/* إعداد عام */
body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 10vh; /* ملء الشاشة */
    margin: 0;
    background: #fff;
    font-family: Arial, sans-serif;
}

/* الشريط العلوي */
.top-bar {
    background: linear-gradient(rgb(146, 198, 146),white);
    color: #fff;
    padding: 10px 0;
}

.top-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1540px;
    margin: 0 auto;
    padding: 0 380px;
}

.top-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 15px;
}

.top-menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 5px 10px;
    transition: color 0.3s ease, text-decoration 0.3s ease;
}

.top-menu ul li a:hover {
    text-decoration: underline;
    color: #ffcc00; /* لون مميز عند التمرير */
}

/* قائمة التنقل */
nav {
    position: relative;
    width: 100%;
    max-width: 800px;
    height: 30px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px 0;
}

nav a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    padding: 0 20px;
    z-index: 1;
    transition: color 0.3s ease;
}

nav a:hover {
    color: #ffcc00; /* تغيير اللون عند التمرير */
}

nav span {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% / 7); /* عرض ديناميكي بناءً على عدد الروابط */
    height: 100%;
    background: linear-gradient(45deg, #4f1919, #ff3333);
    border-radius: 8px;
    transition: left 0.4s ease;
}

/* تفاعل المؤشر مع العناصر */
nav a:nth-child(1):hover ~ span { left: 0; }
nav a:nth-child(2):hover ~ span { left: calc(100% / 7); }
nav a:nth-child(3):hover ~ span { left: calc(200% / 7); }
nav a:nth-child(4):hover ~ span { left: calc(300% / 7); }
nav a:nth-child(5):hover ~ span { left: calc(400% / 7); }
nav a:nth-child(6):hover ~ span { left: calc(500% / 7); }
nav a:nth-child(7):hover ~ span { left: calc(600% / 7); }

/* الشعار والقائمة الرئيسية */
.main-header {
    background-color: #fff;
    border-bottom: 2px solid #007a33;
}

.main-header .container {
    position: absolute;
    top: 10%;
    right: 250px;
    
}

.logo {
    position: absolute;
    top: -8px;
    right: 100%;
    height: 100px;
    width: 150;
    left: -560px;
    
    
}

.main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 15px;
    height: 60px;
}

.main-menu ul li a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    padding: 10px 15px;
    display: inline-block;
    transition: color 0.3s ease, border-bottom 0.3s ease;
}

.main-menu ul li a:hover {
    color: #007a33;
    border-bottom: 2px solid #007a33;
}

/* القوائم الفرعية */
.submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    list-style: none;
    padding: 10px 0;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.submenu li a { 
    padding: 10px 20px;
    color: #333;
    display: block;
    white-space: nowrap;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.submenu li a:hover {
    background-color: #fff;
    color: #007a33;
}

.main-menu ul li:hover .submenu {
    display: block;
    opacity: 1;
    visibility: visible;
}
/* ########################################################################################### */
/* banner */
.banner {
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: 1.2px;
    display: flex;
    top: 160px;
    background-color: green;
    color: green;
    justify-content: center;

    
}
.banner p {
    margin: 0;
    font-size: 18px;
}

/* ################################################################################# */
/* Reset. */
* {
  box-sizing: border-box;
}

/* Panels. */
.splitview {
  position: relative;
  width: 100%;
  min-height: 33vw;
  overflow: hidden;
}

.panel {
  position: absolute;
  width: 100vw;
  min-height: 33vw;
  overflow: hidden;
  top: 5px;
}

  .panel .content {
      position: absolute;
      width: 100vw;
      min-height: 45vw;
      color: rgb(136, 188, 152);
  }

  .panel .description {
    width: 25%;
    position: absolute;
    top: 10%;
    transform: translateY(-50%);
    text-align: center;
}

/* ################################## */
.panel .description {
  width: 500px;
  position: absolute;
  text-align: left;
  top: 50px;
  margin: 0 350px 0 0;
  
}
  .panel img {
      box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.15);
      width: 400px;
      height: 220px;
      position: absolute;
      top: 200px;
      left: 50%;
      transform: translate(-50%, -50%);
      margin: 0 0 0 550px;
      border-radius: 15px;
  }
  .info-layer img {
    box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.15);
    width: 80px;
    height: 100px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: -160px 0 0 -200px;
    border-radius: 15px;
}

  .panel .Historical-Background {
    width: 500px;
    height: 300px;
    position: absolute;
    top: 90px;
    text-align: justify;
    margin: 0 0 0 550px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  }
  .Address p {
    width: 500px;
    position: absolute;
    text-align: left;
    font-size: 16px;
    margin: 290px 0 0 520px;
    color: white;
    font-family: Bold;
  }
  .Address-info p {
    width: 500px;
    position: absolute;
    text-align: left;
    font-size: 16px;
    margin: 290px 0 0 590px;
    color: white;
    font-family: Bold;
  }
  .Email p {
    width: 500px;
    position: absolute;
    text-align: left;
    font-size: 16px;
    margin: 310px 0 0 520px;
    color: white;
    font-family: Bold;
  }
  .Email-info p {
    width: 500px;
    position: absolute;
    text-align: left;
    font-size: 16px;
    margin: 310px 0 0 590px;
    color: white;
    font-family: Bold;
  }
  .Phone p {
    width: 500px;
    position: absolute;
    text-align: left;
    font-size: 16px;
    margin: 330px 0 0 520px;
    color: white;
    font-family: Bold;
  }
  .Phone-info p {
    width: 500px;
    position: absolute;
    text-align: left;
    font-size: 16px;
    margin: 330px 0 0 590px;
    color: white;
    font-family: Bold;
  }
  .info-layer2 {
    position: absolute;
    width: 390px;
    max-width: 390px;
    height: 2px;
    background-color: red;
    justify-content: center;
    margin: 275px 0 0 520px;
  }
  .info-layer {
    position: absolute;
    width: 265px;
    max-width: 265px;
    height: 2px;
    background-color: red;
    justify-content: center;
    margin: 365px 0 0 660px;
  }
  .info-layer2 h6 {
    position: absolute;
    width: 380px;
    margin: -25px 0 0 18px;
    font-size: 18px;
    color: #fff;
    text-align: left;
  }
  .About-Us h5 {
    position: absolute;
    margin: 340px 0 0 680px;
    font-size: 18px;
    color: #fff;
    text-align: left;
  }
  .University-Name p {
    position: absolute;
    margin: 380px 0 0 660px;
    font-size: 16px;
    color: #fff;
    text-align: left;
    font-family: Bold;
  }
  .University-Name-info p {
    position: absolute;
    margin: 380px 0 0 800px;
    font-size: 16px;
    color: #fff;
    text-align: left;
    font-family: Bold;
  }
  .Country p {
    position: absolute;
    margin: 420px 0 0 660px;
    font-size: 16px;
    color: #fff;
    text-align: left;
    font-family: Bold;
  }
  .Country-info p {
    position: absolute;
    margin: 420px 0 0 800px;
    font-size: 16px;
    color: #fff;
    text-align: left;
    font-family: Bold;
  }
  .University-Size p {
    position: absolute;
    margin: 400px 0 0 660px;
    font-size: 14px;
    color: #fff;
    text-align: left;
    font-family: Bold;
  }
  .University-Size-info p {
    position: absolute;
    margin: 400px 0 0 800px;
    font-size: 14px;
    color: #fff;
    text-align: left;
    font-family: Bold;
  }
  /* ############################ */
 .clook {
  width: 300px;
  position: absolute;
  text-align: left;
  margin: -3px 0 0 30px;
  
 }
  /* ############################ */
  .maindiv {
    background-image: url(image/IMG-20210930-WA0023.jpg);
    background-size: 100% 100%;
    width: 98%;
    height: 400px;
    top: 240px;
    left: 53%;
    transform: translate(-50%, -50%);
    position: absolute;
    margin-top: 1px;
    box-shadow: 1px 2px 10px 10px rgb(117, 173, 143);
    animation: slider 10s infinite linear;
    border-radius: 15px;
}
.advertising {
  width: 60vw;
  margin: 420px;
  font-size: 18px;
  color: rgb(34, 33, 33);
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  
}
@keyframes slider{
    0%{ background-image: url(image/IMG-20210930-WA0023.jpg);}
    25%{ background-image: url(image/camp.jpg);}
    50%{ background-image: url(image/bg-lib3.jpg);}
    75%{ background-image: url(image/slide-home7.jpg);}
}

.bottom {
  background-color: rgb(44, 44, 44);
  z-index: 1;
}

  .bottom .description {
      right: 5%;
  }

.top {
  background-color: rgb(193, 211, 186);
  z-index: 2;
  width: 50vw;

  /*-webkit-clip-path: polygon(60% 0, 100% 0, 100% 100%, 40% 100%);
  clip-path: polygon(60% 0, 100% 0, 100% 100%, 40% 100%);*/
}

  .top .description {
      left: 5%;
  }

/* Handle. */
.handle {
  height: 100%;
  position: absolute;
  display: block;
  background-color: rgb(253, 171, 0);
  width: 5px;
  top: 0;
  left: 50%;
  z-index: 3;
}

/* Skewed. */
.skewed .handle {
  top: 50%;
  transform: rotate(30deg) translateY(-50%);
  height: 200%;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  transform-origin: top;
}

.skewed .top {
  transform: skew(-30deg);
  margin-left: -1000px;
  width: calc(50vw + 1000px);
}

.skewed .top .content {
  transform: skew(30deg);
  margin-left: 1000px;
}

/* Responsive. */
@media (max-width: 900px) {
  body {
      font-size: 75%;
  }
}

/* ################################################################################## */


@import url('https://fonts.googleapis.com/css?family=Montserrat');

* {
  box-sizing: border-box;
}

.testimonial-container {
  background-color: rgb(101, 100, 100);
  color: #fff;
  border-radius: 15px;
  margin: 20px 0 0 -60px;
  padding: 50px 80px;
  max-width: 820px;
  top: 850px;
  position: absolute;
  text-overflow: ellipsis;

  /* إضافة الخاصية التالية لجعلها قابلة للتمرير */
  overflow-y: auto;
  max-height: 300px; /* يمكنك تعديل هذا الارتفاع حسب الحاجة */

}

.fa-quote {
  color: rgba(255, 255, 255, 0.3);
  font-size: 28px;
  position: absolute;
  top: 90px;
}

.fa-quote-right {
  left: 40px;
}

.fa-quote-left {
  right: 40px;
}

.testimonial {
  line-height: 22px;
  text-align: justify;
  font-family: Bold;
}

.user {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.user .user-image {
  border-radius: 50%;
  height: 100px;
  width: 100px;
  object-fit: cover;
}

.user .user-details {
  margin-left: 10px;
}

.user .username {
  margin: 0;
}

.user .role {
  font-weight: normal;
  margin: 10px 0;
}

.progress-bar {
  background-color: #fff;
  height: 4px;
  width: 100%;
  animation: grow 10s linear infinite;
  transform-origin: left;
}

@keyframes grow {
  0% {
    transform: scaleX(0);
  }
}

@media (max-width: 768px) {
  .testimonial-container {
    padding: 20px 30px;
  }

  .fa-quote {
    display: none;
  }
}
.Vice-Message {
  color: white;
   font-size: 24px;
   position: absolute;
   padding-left: 2px;
   width: 500px;
   margin: -40px 0 0 170px;
 }

/*##################################################################################################*/
/* إعدادات الصفحة */
.card-group {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  font-family: Arial, sans-serif;
  color: #cdb1b1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40vh;
  animation: gradient 5s ease infinite;
  background: linear-gradient(45deg, rgb(184, 139, 56), rgb(118, 171, 118), rgb(118, 171, 118), white);
  background-size: 400% 400%;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
  }

/* مجموعة البطاقات */
.card-group {
  position: absolute;
  display: flex;
  top: 520px;
  gap: 20px;
  
}

/* تنسيق البطاقة */
.card {
  position: relative;
  width: 270px;
  height: 300px;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
  margin: 10px 70px 0 0;
}

/* التأثير عند تمرير الماوس */
.card:hover {
  transform: translateY(-10px);
}

/* صورة البطاقة */
.card img {
  width: 86px;
  height: 60px;
  object-fit: cover;
  border-radius: 15px;
  margin: 120px 0 0 70px;
  filter: drop-shadow(1px 1px 20px black );
}

/* الطبقة */
.card .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  transition: opacity 0.3s ease;
  opacity: 4;
}

/* المعلومات */
.card .info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  opacity: 4;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateY(20px);
}
.card .Objectives h1 {
  position: absolute;
  font-size: 24px;
  color: rgb(57, 193, 33);
  margin: -210px 0 0 60px;
  font-family: Bold;
}
.card .Objectives p {
  position: absolute;
  font-size: 14px;
  color: #0b0211;
  margin: -170px 0 0 0;
  width: 230px;
  height: 170px;
  text-align: justify;
  font-family: Bold;
}
.card .Vision h1 {
  position: absolute;
  font-size: 24px;
  color: rgb(57, 193, 33);
  margin: -210px 0 0 80px;
  font-family: Bold;
}
.card .Vision p {
  position: absolute;
  font-size: 14px;
  color: #0b0211;
  margin: -170px 0 0 -9px;
  width: 240px;
  height: 170px;
  text-align: justify;
  font-family: Bold;
  
}
.card .Mission h1 {
  position: absolute;
  font-size: 24px;
  color: rgb(57, 193, 33);
  margin: -210px 0 0 80px;
  font-family: Bold;
}
.card .Mission p {
  position: absolute;
  font-size: 14px;
  color: #0b0211;
  margin: -170px 0 0 0;
  width: 230px;
  height: 170px;
  text-align: justify;
  font-family: Bold;
  
}
.card button {
  padding: 10px 60px;
  background-color: #a8edce;
  color: black;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin: 10px 0 20px 30px;
}

.card button:hover {
  
  background-color: #e03e00;
}

/* التأثير عند تمرير الماوس */
.card:hover .layer {
  opacity: 10;
}

.card:hover .info {
  opacity: 10;
  transform: translateY(0);
}
/* ############################################################################################ */
.Colleges {
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 250px;
  display: flex;
  top: 1200px;
  background: linear-gradient(rgb(146, 198, 146),white);
  color: #fff;
  justify-content: center;
}

  .carousel {
    width: 100%;
    overflow-x: scroll;
    padding: 15px;
    padding-top: 20px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .carousel__container {
    white-space: nowrap;
    margin: 5px 0px;
    padding-bottom: 10px;
    display: inline-block;
  }
  
  .categories__title {
   color: rgb(77, 55, 102);
    font-size: 28px;
    position: absolute;
    margin: 20px 0 0 640px;
  }
  
  .carousel-item {
    width: 95px;
    height: 150px;
    border-radius: 20px;
    background-color: white;
    overflow: hidden;
    margin-right: 10px;
    margin-top: 60px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: 1000ms all;
    transition: 1000ms all;
    -webkit-transform-origin: center left;
    transform-origin: center left;
    position: relative;
  }
  
  .carousel-item:hover ~ .carousel-item {
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  
  .carousel__container:hover .carousel-item {
    opacity: 0.3;
  }
  
  .carousel__container:hover .carousel-item:hover {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 1;
  }
  
  .carousel-item__img {
    width: 90px;
    height: 90px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  
  .carousel-item__details {
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0.9)),
      to(rgba(0, 0, 0, 0))
    );
    background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.9) 0%,
      rgba(0, 0, 0, 0) 100%
    );
    font-size: 10px;
    opacity: 0;
    -webkit-transition: 450ms opacity;
    transition: 450ms opacity;
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .carousel-item__details:hover {
    opacity: 1;
  }
  
  .carousel-item__details span {
    /* width: 10px;
    height: 10px; */
    font-size: 0.9rem;
    color: #2ecc71;
    /* background-color: white; */
  }
  
  .carousel-item__details .controls {
    padding-top: 180px;
  }
  
  .carousel-item__details .carousel-item__details--title,
  .carousel-item__details--subtitle {
    color: #fff;
    margin: 5px 0;
  }
/* ############################################################################################ */
.University-Deanships {
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 500px;
  display: flex;
  top: 1655px;
  background: linear-gradient(rgb(146, 198, 146),white);
  color: #fff;
  justify-content: center;
}
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,800);
figure.snip1157 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 90px;
  min-width: 220px;
  max-width: 360px;
  width: 100%;
  color: #333;
  text-align: left;
  box-shadow: none !important;
}
figure.snip1157 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
figure.snip1157 img {
  max-width: 100%;
  vertical-align: middle;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  margin: 30px 0 0 0px;
}
figure.snip1157 blockquote {
  display: block;
  border-radius: 8px;
  position: relative;
  background-color: #fafafa;
  padding: 25px 50px 30px 50px;
  font-size: 0.8em;
  font-weight: 500;
  margin: 0;
  line-height: 1.6em;
  font-style: italic;
}
figure.snip1157 blockquote:before,
figure.snip1157 blockquote:after {
  font-family: 'FontAwesome';
  content: "";
  position: absolute;
  font-size: 50px;
  opacity: 0.3;
  font-style: normal;
}
figure.snip1157 blockquote:before {
  top: 25px;
  left: 20px;
}
figure.snip1157 blockquote:after {
  content: "";
  right: 20px;
  bottom: 0;
}
figure.snip1157 .arrow {
  top: 100%;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #fafafa;
  margin: 0;
  position: absolute;
}
figure.snip1157 .author {
  position: absolute;
  bottom: 45px;
  padding: 0 10px 0 110px;
  margin: 0;
  text-transform: uppercase;
  color: rgb(57, 57, 57);
  -webkit-transform: translateY(30%);
  transform: translateY(30%);
  
}
figure.snip1157 .author h5 {
  opacity: 0.8;
  margin: -60px 0 0 -25px;
  font-weight: 70px;
  width: 270px;
  height: 80px;
  position: absolute;
  
}
figure.snip1157 .author h5 span {
  font-weight: 0;
  text-transform: none;
  padding-left: 2px;
  
}
.Deanship_title {
  color: rgb(77, 55, 102);
   font-size: 28px;
   position: absolute;
   padding-left: 2px;
 }


html {
  height: 100%;
}
/*############################################################################################# */
.university-centers {
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 280px;
  display: flex;
  top: 2100px;
  background: linear-gradient(rgb(146, 198, 146),white);
  color: #fff;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding: 0 20px;
}

.centers-title {
  position: absolute;
  top: 15px;
  width: 100%;
  text-align: center;
  z-index: 10;
}

.centers-title h1 {
  color: #fff;
  font-size: 1.5rem;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 1px 5px rgba(0,0,0,0.3);
  animation: glow 2s ease-in-out infinite alternate;
}

@keyframes glow {
  from { text-shadow: 0 0 3px #fff, 0 0 5px #fff; }
  to { text-shadow: 0 0 5px #fff, 0 0 10px #ffd700, 0 0 15px #ffd700; }
}

/* Centers Container - White Background Cards */
.university-centers > div:not(.centers-title) {
  height: 120px;
  min-width: 180px;
  margin: 90px 10px;
  padding: 12px 8px;
  background: rgba(255, 255, 255, 0.95); /* خلفية بيضاء شبه شفافة */
  backdrop-filter: blur(8px);
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Hover Effects */
.university-centers > div:not(.centers-title):hover {
  transform: translateY(-8px) scale(1.03);
  background: rgba(255, 255, 255, 1); /* خلفية بيضاء كاملة عند التمرير */
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
  z-index: 5;
}

/* Background Animation on Hover */
.university-centers > div:not(.centers-title)::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.05), transparent);
  transition: left 0.4s;
}

.university-centers > div:not(.centers-title):hover::before {
  left: 100%;
}

/* Text Styling - Dark Gray Text */
.university-centers > div:not(.centers-title) h1 {
  color: #4a4a4a; /* رمادي غامق */
  font-size: 0.65rem;
  margin: 0;
  font-weight: 600;
  transition: all 0.2s ease;
  position: relative;
  z-index: 2;
  text-shadow: 0 1px 1px rgba(0,0,0,0.05);
  line-height: 1.2;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0 5px;
}

/* Text Hover Effect - Change to Darker Gray/Gold */
.university-centers > div:not(.centers-title):hover h1 {
  color: #333333; /* رمادي داكن عند التمرير */
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  transform: scale(1.02);
}

/* Individual Color Borders for Each Center */
.Center_Development {
  border-top: 3px solid #4CAF50; /* Green */
}

.Language_Center {
  border-top: 3px solid #2196F3; /* Blue */
}

.One_Health_Center {
  border-top: 3px solid #F44336; /* Red */
}

.Human_Resources_Development_Center {
  border-top: 3px solid #9C27B0; /* Purple */
}

.Distance_Learning_Center {
  border-top: 3px solid #FF9800; /* Orange */
}

.Information_Technology_Center {
  border-top: 3px solid #3F51B5; /* Indigo */
}

.Quality_Center {
  border-top: 3px solid #00BCD4; /* Cyan */
}

/* Hover Border Effects */
.Center_Development:hover {
  border-top: 3px solid #43A047;
}

.Language_Center:hover {
  border-top: 3px solid #1E88E5;
}

.One_Health_Center:hover {
  border-top: 3px solid #E53935;
}

.Human_Resources_Development_Center:hover {
  border-top: 3px solid #8E24AA;
}

.Distance_Learning_Center:hover {
  border-top: 3px solid #FB8C00;
}

.Information_Technology_Center:hover {
  border-top: 3px solid #3949AB;
}

.Quality_Center:hover {
  border-top: 3px solid #00ACC1;
}

/* Scrollbar Styling */
.university-centers::-webkit-scrollbar {
  height: 6px;
}

.university-centers::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}

.university-centers::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 3px;
}

.university-centers::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.6);
}

/* Responsive Design */
@media (max-width: 768px) {
  .university-centers {
    top: 1800px;
    height: 180px;
  }
  
  .university-centers > div:not(.centers-title) {
    height: 100px;
    min-width: 140px;
    margin: 45px 6px;
    padding: 10px 6px;
  }
  
  .centers-title h1 {
    font-size: 1.2rem;
  }
  
  .university-centers > div:not(.centers-title) h1 {
    font-size: 0.55rem;
  }
}

/* Entrance Animations */
.Center_Development {
  animation: slideUp 0.6s ease-out;
}

.Language_Center {
  animation: slideUp 0.7s ease-out;
}

.One_Health_Center {
  animation: slideUp 0.8s ease-out;
}

.Human_Resources_Development_Center {
  animation: slideUp 0.9s ease-out;
}

.Distance_Learning_Center {
  animation: slideUp 1.0s ease-out;
}

.Information_Technology_Center {
  animation: slideUp 1.1s ease-out;
}

.Quality_Center {
  animation: slideUp 1.2s ease-out;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ############################################################################################ */
.Acadimic-program {
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 390px;
  display: flex;
  top: 2380px;
  background: rgb(226, 232, 228);
  color: #fff;
  justify-content: center;
  /* background-image: url(image/ADMISSIONS_resized_1550x500.jpg); */ 
}
.Acadimic-title {
  color: white;
   font-size: 16px;
   position: absolute;
   padding-left: 2px;
  }

  .mdr {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    height: 180px;
    width: 160px;
    position: absolute;
    margin: 80px 0 0 0;
    border: 4px solid #ebe5e500;
    border-radius: 12px;
    margin: 120px 1000px 0 0;
    background: linear-gradient(white, white) padding-box, linear-gradient(
          var(--angle),
          #EA2027,
          #F6FF62,
          #44bd32,
          #18dcff,
          #3742fa,
          #EA2027
        ) border-box;
    animation: 3s rotate linear infinite;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  
  @keyframes rotate {
    to {
      --angle: 360deg;
    }
  }
  
  @property --angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
  }
  .mdr h1 {
    position: absolute;
    font-size: 14px;
    color: black;
    margin: -125px 0 0 200px;
    width: 300px;
  }
  .mdr img {
    position: absolute;
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 12px;
    margin: 25px 0 0 0;
    filter: drop-shadow(1px 1px 20px white );
  }
  .mdr button {
    padding: 10px 50px;
    background-color: white;
    color: black;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin: 250px 0 0 0;
  }
  .mdr1 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    height: 180px;
    width: 160px;
    position: absolute;
    margin: 80px 0 0 0;
    border: 4px solid #ebe5e500;
    border-radius: 12px;
    margin: 120px 630px 0 0;
    background: linear-gradient(white, white) padding-box, linear-gradient(
          var(--angle),
          #EA2027,
          #F6FF62,
          #44bd32,
          #18dcff,
          #3742fa,
          #EA2027
        ) border-box;
    animation: 3s rotate linear infinite;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  
  @keyframes rotate {
    to {
      --angle: 360deg;
    }
  }
  
  @property --angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
  }
  .mdr1 h1 {
    position: absolute;
    font-size: 14px;
    color: black;
    margin: -125px 0 0 240px;
    width: 300px;
  }
  .mdr1 img {
    position: absolute;
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 12px;
    margin: 25px 0 0 0;
    filter: drop-shadow(1px 1px 20px white );
  }
  .mdr1 button {
    padding: 10px 50px;
    background-color: white;
    color: black;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin: 250px 0 0 0;
  }
  .mdr2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    height: 180px;
    width: 160px;
    position: absolute;
    margin: 80px 0 0 0;
    border: 4px solid #ebe5e500;
    border-radius: 12px;
    margin: 120px 250px 0 0;
    background: linear-gradient(white, white) padding-box, linear-gradient(
          var(--angle),
          #EA2027,
          #F6FF62,
          #44bd32,
          #18dcff,
          #3742fa,
          #EA2027
        ) border-box;
    animation: 3s rotate linear infinite;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  
  @keyframes rotate {
    to {
      --angle: 360deg;
    }
  }
  
  @property --angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
  }

  .mdr2 h1 {
    position: absolute;
    font-size: 14px;
    color: black;
    margin: -125px 0 0 170px;
    width: 300px;
  }
  .mdr2 img {
    position: absolute;
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 12px;
    margin: 25px 0 0 0;
    filter: drop-shadow(1px 1px 20px white );
  }
  .mdr2 button {
    padding: 10px 50px;
    background-color: white;
    color: black;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin: 250px 0 0 0;
  }
  .mdr3 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    height: 180px;
    width: 160px;
    position: absolute;
    margin: 80px 0 0 0;
    border: 4px solid #ebe5e500;
    border-radius: 12px;
    margin: 120px -250px 0 0;
    background: linear-gradient(white, white) padding-box, linear-gradient(
          var(--angle),
          #EA2027,
          #F6FF62,
          #44bd32,
          #18dcff,
          #3742fa,
          #EA2027
        ) border-box;
    animation: 3s rotate linear infinite;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  
  @keyframes rotate {
    to {
      --angle: 360deg;
    }
  }
  
  @property --angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
  }

  .mdr3 h1 {
    position: absolute;
    font-size: 14px;
    color: black;
    margin: -120px 0 0 180px;
    width: 300px;
  }
  .mdr3 img {
    position: absolute;
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 12px;
    margin: 25px 0 0 0;
    filter: drop-shadow(1px 1px 20px white );
  }
  .mdr3 button {
    padding: 10px 50px;
    background-color: white;
    color: black;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin: 250px 0 0 0;
  }
  .mdr4 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    height: 180px;
    width: 160px;
    position: absolute;
    margin: 80px 0 0 0;
    border: 4px solid #ebe5e500;
    border-radius: 12px;
    margin: 120px -630px 0 0;
    background: linear-gradient(white, white) padding-box, linear-gradient(
          var(--angle),
          #EA2027,
          #F6FF62,
          #44bd32,
          #18dcff,
          #3742fa,
          #EA2027
        ) border-box;
    animation: 3s rotate linear infinite;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  
  @keyframes rotate {
    to {
      --angle: 360deg;
    }
  }
  
  @property --angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
  }

  .mdr4 h1 {
    position: absolute;
    font-size: 14px;
    color: black;
    margin: -120px 0 0 185px;
    width: 300px;
  }
  .mdr4 img {
    position: absolute;
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 12px;
    margin: 25px 0 0 0;
    filter: drop-shadow(1px 1px 20px white );
  }
  .mdr4 button {
    padding: 10px 50px;
    background-color: white;
    color: black;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin: 250px 0 0 0;
  }
  .mdr5 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    height: 180px;
    width: 160px;
    position: absolute;
    margin: 80px 0 0 0;
    border: 4px solid #ebe5e500;
    border-radius: 12px;
    margin: 120px -1000px 0 0;
    background: linear-gradient(white, white) padding-box, linear-gradient(
          var(--angle),
          #EA2027,
          #F6FF62,
          #44bd32,
          #18dcff,
          #3742fa,
          #EA2027
        ) border-box;
    animation: 3s rotate linear infinite;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  
  @keyframes rotate {
    to {
      --angle: 360deg;
    }
  }
  
  @property --angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
  }

  .mdr5 h1 {
    position: absolute;
    font-size: 14px;
    color: black;
    margin: -120px 0 0 220px;
    width: 300px;
  }
  .mdr5 img {
    position: absolute;
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 12px;
    margin: 25px 0 0 0;
    filter: drop-shadow(1px 1px 20px white );
  }
  .mdr5 button {
    padding: 10px 50px;
    background-color: white;
    color: black;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin: 250px 0 0 0;
  }
/* ########################################################################################### */
.News {
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 597px;
  display: flex;
  top: 2775px;
  background: rgb(226, 232, 228);
  color: #fff;
  justify-content: center;
}
.News-Community {
  position: absolute;
  border-bottom: 4px solid rgb(57, 193, 33);
  width: 380px;
  margin: 62px 0 0 -870px;
}
.Community-Title {
  position: absolute;
  border-bottom: 40px solid rgb(57, 193, 33);
  width: 250px;
  margin: 20px 0 0 -999px;
}
.Community-Title h1 {
  position: absolute;
  font-size: 16px;
  color: white;
  text-align: justify;
  font-family: Bold;
  margin: 12px 0 0 10px;
}
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400italic);
* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}


span {
  color: #E8CA2B;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  display: inline-block;
  text-transform: uppercase;
  font-family: sans-serif;
  margin-bottom: 4rem;
}

.slider {
	float: right;
	position: absolute;
	width: 380px;
	height: 500px;
  margin: 60px 0 0 0px;
  box-shadow: 0px 0px 52px -18px rgba(0, 0, 0, 0.75);
}
.slider li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	transition: clip .7s ease-in-out, z-index 0s .7s;
	clip: rect(0, 100vw, 100vh, 100vw);
	display: table;
}
.center-y {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}
h3 {
	font-size: 5rem;
	font-style: italic;
}
h3 + a {
	font-size: 1.6rem;
	display: inline-block;
	color: #fff;
	margin-top: 2rem;
}
h3, h3 + a {
	opacity: 0;
	transition: opacity .7s 0s, transform .5s .2s;
	transform: translate3d(0, 50%, 0);
}
li.current h3, li.current h3 + a {
	opacity: 1;
	transition-delay: 1s;
	transform: translate3d(0, 0, 0);
}
li.current {
	z-index: 1;
	clip: rect(0, 100vw, 100vh, 0);
}
li.prev {
	clip: rect(0, 0, 100vh, 0);
}
.slider nav {
	position: absolute;
	bottom: 5%;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 10;
}
.nav a {
	display: inline-block;
	border-radius: 50%;
	width: 1.2rem;
	height: 1.2rem;
  min-width: 12px;
  min-height: 12px;
	background: #fff;
	margin: 0 1rem;
  transition: transform .3s;
}
a.current_dot {
	transform: scale(1.4);
}
@media screen and (max-width: 700px) {
	.left {
		width: 100%;
		height: 30%;
	}
	.slider {
		width: 100%;
		height: 70%;
	}
}
/* ############################################################################################ */
.News-Community2 {
  position: absolute;
  border-bottom: 4px solid rgb(57, 193, 33);
  width: 380px;
  margin: 42px 0 0 440px;
}
.Community-Title2 {
  position: absolute;
  border-bottom: 40px solid rgb(57, 193, 33);
  width: 250px;
  margin: 0px 0 0 440px;
}
.Community-Title2 h1 {
  position: absolute;
  font-size: 16px;
  color: white;
  text-align: justify;
  font-family: Bold;
  margin: 12px 0 0 10px;
}

@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400italic);
* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}



.slider2 {
	float: right;
	position: absolute;
	width: 380px;
	height: 500px;
  margin: 60px 0 0 0px;
  box-shadow: 0px 0px 52px -18px rgba(0, 0, 0, 0.75);
}
.slider2 li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	transition: clip .7s ease-in-out, z-index 0s .7s;
	clip: rect(0, 100vw, 100vh, 100vw);
	display: table;
}
.center-y2 {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}
h3 {
	font-size: 5rem;
	font-style: italic;
}
h3 + a {
	font-size: 1.6rem;
	display: inline-block;
	color: #fff;
	margin-top: 2rem;
}
h3, h3 + a {
	opacity: 0;
	transition: opacity .7s 0s, transform .5s .2s;
	transform: translate3d(0, 50%, 0);
}
li.current h3, li.current h3 + a {
	opacity: 1;
	transition-delay: 1s;
	transform: translate3d(0, 0, 0);
}
li.current {
	z-index: 1;
	clip: rect(0, 100vw, 100vh, 0);
}
li.prev {
	clip: rect(0, 0, 100vh, 0);
}
.slider2 nav {
	position: absolute;
	bottom: 5%;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 10;
}
.nav a {
	display: inline-block;
	border-radius: 50%;
	width: 1.2rem;
	height: 1.2rem;
  min-width: 12px;
  min-height: 12px;
	background: #fff;
	margin: 0 1rem;
  transition: transform .3s;
}
a.current_dot {
	transform: scale(1.4);
}
@media screen and (max-width: 700px) {
	.left {
		width: 100%;
		height: 30%;
	}
	.slider3 {
		width: 100%;
		height: 70%;
	}
}
/*############################################################################################# */

.News-Community3 {
  position: absolute;
  border-bottom: 4px solid rgb(57, 193, 33);
  width: 380px;
  margin: 62px 0 0 880px;
}
.Community-Title3 {
  position: absolute;
  border-bottom: 40px solid rgb(57, 193, 33);
  width: 250px;
  margin: 20px 0 0 750px;
}
.Community-Title3 h1 {
  position: absolute;
  font-size: 16px;
  color: white;
  text-align: justify;
  font-family: Bold;
  margin: 12px 0 0 10px;
}

@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400italic);
* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}



.slider3 {
	float: right;
	position: absolute;
	width: 380px;
	height: 500px;
  margin: 60px 0 0 0px;
  box-shadow: 0px 0px 52px -18px rgba(0, 0, 0, 0.75);
}
.slider3 li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	transition: clip .7s ease-in-out, z-index 0s .7s;
	clip: rect(0, 100vw, 100vh, 100vw);
	display: table;
}
.center-y3 {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}
h3 {
	font-size: 5rem;
	font-style: italic;
}
h3 + a {
	font-size: 1.6rem;
	display: inline-block;
	color: #fff;
	margin-top: 2rem;
}
h3, h3 + a {
	opacity: 0;
	transition: opacity .7s 0s, transform .5s .2s;
	transform: translate3d(0, 50%, 0);
}
li.current h3, li.current h3 + a {
	opacity: 1;
	transition-delay: 1s;
	transform: translate3d(0, 0, 0);
}
li.current {
	z-index: 1;
	clip: rect(0, 100vw, 100vh, 0);
}
li.prev {
	clip: rect(0, 0, 100vh, 0);
}
.slider3 nav {
	position: absolute;
	bottom: 5%;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 10;
}
.nav a {
	display: inline-block;
	border-radius: 50%;
	width: 1.2rem;
	height: 1.2rem;
  min-width: 12px;
  min-height: 12px;
	background: #fff;
	margin: 0 1rem;
  transition: transform .3s;
}
a.current_dot {
	transform: scale(1.4);
}
@media screen and (max-width: 700px) {
	.left {
		width: 100%;
		height: 30%;
	}
	.slider3 {
		width: 100%;
		height: 70%;
	}
}

/* ############################################################################################ */
.E-services {
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 300px;
  display: flex;
  top: 3375px;
  background: linear-gradient(rgb(146, 198, 146),white);
  color: #fff;
  justify-content: center;
}
.services {
  width: 200px;
  height: 250px;
  background: #07182e;
  position: absolute;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 3350px;
  margin: 80px 0 0 -860px;
  
}
.services::before {
  content: '';
  position: absolute;
  width: 500px;
  background-image: linear-gradient(90deg, rgb(0, 183, 255), rgb(25, 214, 25));
  height: 100px;
  animation: animate 5s linear infinite;
  transition: all 02s linear;
}
@keyframes animate{
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.services::after {
  content: '';
  position: absolute;
  background: white;
  inset: 6px;
  border-radius: 8px;
}
.services .content {
  padding: 5px;
  z-index: 999;
}
.services .content h2 {
  color: rgb(57, 193, 33);
  margin-bottom: 8px;
  margin: -100px 0 0 0;
}
.services .content h4 {
  color: #0b0211;
  border-bottom: 3px solid rgb(57, 193, 33);
  padding-bottom: 5px;
  text-transform: uppercase;
  font-size: 12px;
}
.services .content img {
  position: absolute;
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 12px;
  margin: 5px 0 0 0;
  filter: drop-shadow(1px 1px 20px white );
}

/* ####################################### */
.services1 {
  width: 200px;
  height: 250px;
  background: #07182e;
  position: absolute;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 3350px;
  margin: 80px 0 0 -300px;
  
}
.services1::before {
  content: '';
  position: absolute;
  width: 500px;
  background-image: linear-gradient(90deg, rgb(0, 183, 255), rgb(25, 214, 25));
  height: 100px;
  animation: animate 5s linear infinite;
  transition: all 02s linear;
}
@keyframes animate{
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.services1::after {
  content: '';
  position: absolute;
  background: white;
  inset: 6px;
  border-radius: 8px;
}
.services1 .content2 {
  padding: 5px;
  z-index: 999;
}
.services1 .content2 h2 {
  color: rgb(57, 193, 33);
  margin-bottom: 8px;
  margin: -100px 0 0 0;
}
.services1 .content2 h4 {
  color: #0b0211;
  border-bottom: 3px solid rgb(57, 193, 33);
  padding-bottom: 5px;
  text-transform: uppercase;
  font-size: 12px;
}
.services1 .content2 img {
  position: absolute;
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 12px;
  margin: 5px 0 0 20px;
  filter: drop-shadow(1px 1px 20px white );
}
/* ###################################### */
.services2 {
  width: 200px;
  height: 250px;
  background: #07182e;
  position: absolute;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 3350px;
  margin: 80px 0 0 280px;
  
}
.services2::before {
  content: '';
  position: absolute;
  width: 500px;
  background-image: linear-gradient(90deg, rgb(0, 183, 255), rgb(25, 214, 25));
  height: 100px;
  animation: animate 5s linear infinite;
  transition: all 02s linear;
}
@keyframes animate{
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.services2::after {
  content: '';
  position: absolute;
  background: white;
  inset: 6px;
  border-radius: 8px;
}
.services2 .content3 {
  padding: 5px;
  z-index: 999;
}
.services2 .content3 h2 {
  color: rgb(57, 193, 33);
  margin-bottom: 8px;
  margin: -100px 0 0 0;
}
.services2 .content3 h4 {
  color: #0b0211;
  border-bottom: 3px solid rgb(57, 193, 33);
  padding-bottom: 5px;
  text-transform: uppercase;
  font-size: 12px;
}
.services2 .content3 img {
  position: absolute;
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 12px;
  margin: 5px 0 0 5px;
  filter: drop-shadow(1px 1px 20px white );
}
/* ############################################ */
.services3 {
  width: 200px;
  height: 250px;
  background: #07182e;
  position: absolute;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 3350px;
  margin: 80px 0 0 820px;
  
}
.services3::before {
  content: '';
  position: absolute;
  width: 500px;
  background-image: linear-gradient(90deg, rgb(0, 183, 255), rgb(25, 214, 25));
  height: 100px;
  animation: animate 5s linear infinite;
  transition: all 02s linear;
}
@keyframes animate{
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.services3::after {
  content: '';
  position: absolute;
  background: white;
  inset: 6px;
  border-radius: 8px;
}
.services3 .content4 {
  padding: 5px;
  z-index: 999;
}
.services3 .content4 h2 {
  color: rgb(57, 193, 33);
  margin-bottom: 8px;
  margin: -100px 0 0 0;
}
.services3 .content4 h4 {
  color: #0b0211;
  border-bottom: 3px solid rgb(57, 193, 33);
  padding-bottom: 5px;
  text-transform: uppercase;
  font-size: 12px;
}
.services3 .content4 img {
  position: absolute;
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 12px;
  margin: 5px 0 0 15px;
  filter: drop-shadow(1px 1px 20px white );
}
/* ############################## */
.Line-e-services {
  width: 800px;
  height: 4px;
  background: #07182e;
  position: absolute;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 3150px;
  margin: 560px 0 0 20px;
}
/* ################################### */
.services4 {
  width: 200px;
  height: 250px;
  background: #07182e;
  position: absolute;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 3660px;
  margin: 80px 0 0 -860px;
  
}
.services4::before {
  content: '';
  position: absolute;
  width: 500px;
  background-image: linear-gradient(90deg, rgb(0, 183, 255), rgb(25, 214, 25));
  height: 100px;
  animation: animate 5s linear infinite;
  transition: all 02s linear;
}
@keyframes animate{
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.services4::after {
  content: '';
  position: absolute;
  background: white;
  inset: 6px;
  border-radius: 8px;
}
.services4 .content5 {
  padding: 5px;
  z-index: 999;
}
.services4 .content5 h2 {
  color: rgb(57, 193, 33);
  margin-bottom: 8px;
  margin: -100px 0 0 0;
}
.services4 .content5 h4 {
  color: #0b0211;
  border-bottom: 3px solid rgb(57, 193, 33);
  padding-bottom: 5px;
  text-transform: uppercase;
  font-size: 12px;
}
.services4 .content5 img {
  position: absolute;
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 12px;
  margin: 5px 0 0 0;
  filter: drop-shadow(1px 1px 20px white );
}
/* ######################################### */
.services5 {
  width: 200px;
  height: 250px;
  background: #07182e;
  position: absolute;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 3660px;
  margin: 80px 0 0 -300px;
  
}
.services5::before {
  content: '';
  position: absolute;
  width: 500px;
  background-image: linear-gradient(90deg, rgb(0, 183, 255), rgb(25, 214, 25));
  height: 100px;
  animation: animate 5s linear infinite;
  transition: all 02s linear;
}
@keyframes animate{
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.services5::after {
  content: '';
  position: absolute;
  background: white;
  inset: 6px;
  border-radius: 8px;
}
.services5 .content6 {
  padding: 5px;
  z-index: 999;
}
.services5 .content6 h2 {
  color: rgb(57, 193, 33);
  margin-bottom: 8px;
  margin: -100px 0 0 0;
}
.services5 .content6 h4 {
  color: #0b0211;
  border-bottom: 3px solid rgb(57, 193, 33);
  padding-bottom: 5px;
  text-transform: uppercase;
  font-size: 12px;
}
.services5 .content6 img {
  position: absolute;
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 12px;
  margin: 5px 0 0 10px;
  filter: drop-shadow(1px 1px 20px white );
}
/* ####################################### */
.services6 {
  width: 200px;
  height: 250px;
  background: #07182e;
  position: absolute;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 3660px;
  margin: 80px 0 0 280px;
  
}
.services6::before {
  content: '';
  position: absolute;
  width: 500px;
  background-image: linear-gradient(90deg, rgb(0, 183, 255), rgb(25, 214, 25));
  height: 100px;
  animation: animate 5s linear infinite;
  transition: all 02s linear;
}
@keyframes animate{
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.services6::after {
  content: '';
  position: absolute;
  background: white;
  inset: 6px;
  border-radius: 8px;
}
.services6 .content7 {
  padding: 5px;
  z-index: 999;
}
.services6 .content7 h2 {
  color: rgb(57, 193, 33);
  margin-bottom: 8px;
  margin: -100px 0 0 0;
}
.services6 .content7 h4 {
  color: #0b0211;
  border-bottom: 3px solid rgb(57, 193, 33);
  padding-bottom: 5px;
  text-transform: uppercase;
  font-size: 12px;
}
.services6 .content7 img {
  position: absolute;
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 12px;
  margin: 5px 0 0 25px;
  filter: drop-shadow(1px 1px 20px white );
}
/* ############################################ */
.services7 {
  width: 200px;
  height: 250px;
  background: #07182e;
  position: absolute;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 3660px;
  margin: 80px 0 0 820px;
  
}
.services7::before {
  content: '';
  position: absolute;
  width: 500px;
  background-image: linear-gradient(90deg, rgb(0, 183, 255), rgb(25, 214, 25));
  height: 100px;
  animation: animate 5s linear infinite;
  transition: all 02s linear;
}
@keyframes animate{
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.services7::after {
  content: '';
  position: absolute;
  background: white;
  inset: 6px;
  border-radius: 8px;
}
.services7 .content8 {
  padding: 5px;
  z-index: 999;
}
.services7 .content8 h2 {
  color: rgb(57, 193, 33);
  margin-bottom: 8px;
  margin: -100px 0 0 0;
}
.services7 .content8 h4 {
  color: #0b0211;
  border-bottom: 3px solid rgb(57, 193, 33);
  padding-bottom: 5px;
  text-transform: uppercase;
  font-size: 12px;
}
.services7 .content8 img {
  position: absolute;
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 12px;
  margin: 5px 0 0 35px;
  filter: drop-shadow(1px 1px 20px white );
}
/* ############################################################################################ */
.statistic {
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 300px;
  display: flex;
  top: 4000px;
  background: linear-gradient(rgb(146, 198, 146),white);
  color: #fff;
  justify-content: center;
  
}
.statistics-box {
  position: absolute;
  width: 550px;
  max-width: 600px;
  height: 200px;
  display: flex;
  top: 400px;
  border-radius: 16px;
  background: white;
  margin: -390px 0 0 14px;
}
.statistics-box img {
  position: absolute;
  width: 400px;
  height: 115px;
  margin: 85px 0 0 85px;
  border-radius: 16px;
}
.statistic .frame {
  position: absolute;
  width: 1050px;
  max-width: 1080px;
  height: 565px;
  display: flex;
  top: 400px;
  background: rgb(96, 95, 95);
  border-radius: 16px;
  margin: -380px 0 0 -15px;

}
.statistics-box h1 {
  position: absolute;
  font-size: 22px;
  color: rgb(57, 193, 33);
  width: 500px;
  height: 200px;
  text-align: justify;
  margin: 5px 0 0 20px;
  font-family: bold;
}
.statistics-box h2 {
  position: absolute;
  font-size: 18px;
  color: black;
  width: 500px;
  height: 200px;
  text-align: justify;
  margin: 35px 0 0 20px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.statistics-box h3 {
  position: absolute;
  font-size: 14px;
  color: black;
  width: 500px;
  height: 200px;
  text-align: justify;
  margin: 110px 0 0 20px;
  font-family: Bold;
}
.colleges-nub {
  position: absolute;
  width: 100px;
  max-width: 105px;
  height: 200px;
  display: flex;
  top: 400px;
  border-radius: 16px;
  background: linear-gradient(white, rgb(146, 198, 146));
  margin: -399px 0 0 580px;
}
.colleges-nub h1 {
  position: absolute;
  font-size: 28px;
  color: black;
  width: 100px;
  height: 40px;
  text-align: justify;
  margin: 20px 0 0 35px;
  font-family: Bold;
}
.colleges-nub h2 {
  position: absolute;
  font-size: 16px;
  color: black;
  width: 100px;
  height: 40px;
  text-align: justify;
  margin: 80px 0 0 20px;
  font-family: Bold;
}
.centers-nub {
  position: absolute;
  width: 100px;
  max-width: 105px;
  height: 200px;
  display: flex;
  top: 400px;
  border-radius: 16px;
  background: linear-gradient(rgb(146, 198, 146), white);
  margin: -399px 0 0 115px;
}

.centers-nub h1 {
  position: absolute;
  font-size: 28px;
  color: black;
  width: 100px;
  height: 40px;
  text-align: justify;
  margin: 20px 0 0 40px;
  font-family: Bold;
}
.centers-nub h2 {
  position: absolute;
  font-size: 16px;
  color: black;
  width: 100px;
  height: 40px;
  text-align: justify;
  margin: 80px 0 0 20px;
  font-family: Bold;
}
.campuses-nub {
  position: absolute;
  width: 100px;
  max-width: 105px;
  height: 200px;
  display: flex;
  top: 400px;
  border-radius: 16px;
  background: linear-gradient(rgb(146, 198, 146), white);
  margin: -399px 0 0 228px;
}
.campuses-nub h1 {
  position: absolute;
  font-size: 28px;
  color: black;
  width: 100px;
  height: 40px;
  text-align: justify;
  margin: 20px 0 0 40px;
  font-family: Bold;
}
.campuses-nub h2 {
  position: absolute;
  font-size: 16px;
  color: black;
  width: 100px;
  height: 40px;
  text-align: justify;
  margin: 80px 0 0 15px;
  font-family: Bold;
}
.DEANSHIPS-nub {
  position: absolute;
  width: 100px;
  max-width: 105px;
  height: 200px;
  display: flex;
  top: 400px;
  border-radius: 16px;
  background: linear-gradient(white, rgb(146, 198, 146));
  margin: -399px 0 0 -113px;
}
.DEANSHIPS-nub h1 {
  position: absolute;
  font-size: 28px;
  color: black;
  width: 100px;
  height: 40px;
  text-align: justify;
  margin: 20px 0 0 40px;
  font-family: Bold;
}
.DEANSHIPS-nub h2 {
  position: absolute;
  font-size: 16px;
  color: rgb(44, 43, 43);
  width: 100px;
  height: 40px;
  text-align: justify;
  margin: 80px 0 0 15px;
  font-family: Bold;
}
.statistic-nubmers {
  position: absolute;
  width: 1025px;
  max-width: 1030px;
  height: 150px;
  display: flex;
  top: 400px;
  border-radius: 16px;
  background: white;
  margin: -185px 0 0 -810px;
}

.Bachelor1 h2 {
  position: absolute;
  font-size: 30px;
  color: rgb(57, 193, 33);
  width: 300px;
  height: 40px;
  text-align: justify;
  margin: 25px 0 0 140px;
  font-family: Bold;
}
.Bachelor1 h3 {
  position: absolute;
  font-size: 16px;
  color: black;
  width: 300px;
  height: 40px;
  text-align: justify;
  margin: 80px 0 0 110px;
  font-family: Bold;
}
.Bachelor1 h4 {
  position: absolute;
  font-size: 16px;
  color: black;
  width: 300px;
  height: 40px;
  text-align: justify;
  margin: 100px 0 0 110px;
  font-family: Bold;
}
.Bachelor1 .partition {
  position: absolute;
  width: 4px;
  max-width: 105px;
  height: 90px;
  display: flex;
  top: 400px;
  border-radius: 16px;
  background: rgb(57, 193, 33);
  margin: -370px 0 0 275px;
}
.Bachelor2 h2 {
  position: absolute;
  font-size: 30px;
  color: rgb(57, 193, 33);
  width: 300px;
  height: 40px;
  text-align: justify;
  margin: 25px 0 0 370px;
  font-family: Bold;
}
.Bachelor2 h3 {
  position: absolute;
  font-size: 16px;
  color: black;
  width: 300px;
  height: 40px;
  text-align: justify;
  margin: 80px 0 0 330px;
  font-family: Bold;
}
.Bachelor2 h4 {
  position: absolute;
  font-size: 16px;
  color: black;
  width: 300px;
  height: 40px;
  text-align: justify;
  margin: 100px 0 0 315px;
  font-family: Bold;
}
.Bachelor2 .partition2 {
  position: absolute;
  width: 4px;
  max-width: 105px;
  height: 90px;
  display: flex;
  top: 400px;
  border-radius: 16px;
  background: rgb(57, 193, 33);
  margin: -370px 0 0 515px;
}
.Diploma h2 {
  position: absolute;
  font-size: 30px;
  color: rgb(57, 193, 33);
  width: 300px;
  height: 40px;
  text-align: justify;
  margin: 25px 0 0 595px;
  font-family: Bold;
}
.Diploma h5 {
  position: absolute;
  font-size: 16px;
  color: black;
  width: 300px;
  height: 40px;
  text-align: justify;
  margin: 100px 0 0 560px;
  font-family: Bold;
}
.Diploma .partition3 {
  position: absolute;
  width: 4px;
  max-width: 105px;
  height: 90px;
  display: flex;
  top: 400px;
  border-radius: 16px;
  background: rgb(57, 193, 33);
  margin: -370px 0 0 750px;
}
.Graduate h2 {
  position: absolute;
  font-size: 30px;
  color: rgb(57, 193, 33);
  width: 300px;
  height: 40px;
  text-align: justify;
  margin: 25px 0 0 795px;
  font-family: Bold;
}
.Graduate h5 {
  position: absolute;
  font-size: 16px;
  color: black;
  width: 300px;
  height: 40px;
  text-align: justify;
  margin: 100px 0 0 780px;
  font-family: Bold;
}
.Staff-nubmers {
  position: absolute;
  width: 1025px;
  max-width: 1030px;
  height: 150px;
  display: flex;
  top: 400px;
  border-radius: 16px;
  background: white;
  margin: -230px 0 0 -2px;
}
.Teaching h2 {
  position: absolute;
  font-size: 30px;
  color: rgb(57, 193, 33);
  width: 300px;
  height: 40px;
  text-align: justify;
  margin: 200px 0 0 150px;
  font-family: Bold;
}
.Teaching h5 {
  position: absolute;
  font-size: 16px;
  color: black;
  width: 300px;
  height: 40px;
  text-align: justify;
  margin: 270px 0 0 115px;
  font-family: Bold;
}
.Teaching .partition5 {
  position: absolute;
  width: 4px;
  max-width: 105px;
  height: 90px;
  display: flex;
  top: 400px;
  border-radius: 16px;
  background: rgb(57, 193, 33);
  margin: -200px 0 0 275px;
}
.Assistant h2 {
  position: absolute;
  font-size: 30px;
  color: rgb(57, 193, 33);
  width: 300px;
  height: 40px;
  text-align: justify;
  margin: 200px 0 0 370px;
  font-family: Bold;
}
.Assistant h5 {
  position: absolute;
  font-size: 16px;
  color: black;
  width: 300px;
  height: 40px;
  text-align: justify;
  margin: 270px 0 0 320px;
  font-family: Bold;
}
.Assistant .partition6 {
  position: absolute;
  width: 4px;
  max-width: 105px;
  height: 90px;
  display: flex;
  top: 400px;
  border-radius: 16px;
  background: rgb(57, 193, 33);
  margin: -200px 0 0 515px;
}
.Associate h2 {
  position: absolute;
  font-size: 30px;
  color: rgb(57, 193, 33);
  width: 300px;
  height: 40px;
  text-align: justify;
  margin: 200px 0 0 610px;
  font-family: Bold;
}
.Associate h5 {
  position: absolute;
  font-size: 16px;
  color: black;
  width: 300px;
  height: 40px;
  text-align: justify;
  margin: 270px 0 0 570px;
  font-family: Bold;
}
.Associate .partition7 {
  position: absolute;
  width: 4px;
  max-width: 105px;
  height: 90px;
  display: flex;
  top: 400px;
  border-radius: 16px;
  background: rgb(57, 193, 33);
  margin: -200px 0 0 750px;
}
.Professors h2 {
  position: absolute;
  font-size: 30px;
  color: rgb(57, 193, 33);
  width: 300px;
  height: 40px;
  text-align: justify;
  margin: 200px 0 0 810px;
  font-family: Bold;
}
.Professors h5 {
  position: absolute;
  font-size: 16px;
  color: black;
  width: 300px;
  height: 40px;
  text-align: justify;
  margin: 270px 0 0 800px;
  font-family: Bold;
}
/*############################################################################################# */
.Calendar {
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 605px;
  display: flex;
  top: 4610px;
  background: rgb(226, 232, 228);
  color: black;
  justify-content: center;
}
.Calendar-partition {
  position: absolute;
  border-bottom: 3px solid rgb(57, 193, 33);
  width: 1300px;
  margin: 20px 0 0 -500px;
}
.Calendar-partition1 {
  position: absolute;
  border-bottom: 40px solid rgb(57, 193, 33);
  width: 100px;
  margin: -20px 0 0 -500px;
}
.Calendar-partition1 h1 {
  position: absolute;
  font-size: 16px;
  color: white;
  text-align: justify;
  font-family: Bold;
  margin: 12px 0 0 20px;
}
.Calendar-Events {
  position: absolute;
  width: 350px;
  max-width: 355px;
  height: 480px;
  display: flex;
  background: white;
  color: #fff;
  justify-content: center;
  margin: 60px 0 0 0;
  box-shadow: 0px 0px 52px -18px rgba(0, 0, 0, 0.75);
}
.Events1 {
  position: absolute;
  width: 250px;
  height: 160px;
  display: flex;
  background: white;
  color: #fff;
  justify-content: center;
  margin: 60px 0 0 400px;
  box-shadow: 0px 0px 52px -18px rgba(0, 0, 0, 0.75);
}
.Events1 h1 {
  position: absolute;
  color:  black;
  width: 180px;
  font-size: 16px;
  margin: 175px 0 0 -5px;
  font-family: Bold;
}
.Events1 h2 {
  position: absolute;
  color:  black;
  width: 250px;
  font-size: 14px;
  margin: 200px 0 0 5px;
  font-family: Bold;
}
.Events1 h3 {
  position: absolute;
  color:  black;
  width: 250px;
  font-size: 14px;
  margin: 215px 0 0 5px;
  font-family: Bold;
}
.Events1 img {
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 175px 0 0 -230px;
  
}
.Events2 {
  position: absolute;
  width: 250px;
  height: 160px;
  display: flex;
  background: white;
  color: #fff;
  justify-content: center;
  margin: 60px 0 0 700px;
  box-shadow: 0px 0px 52px -18px rgba(0, 0, 0, 0.75);
}
.Events2 h1 {
  position: absolute;
  color:  black;
  width: 180px;
  font-size: 16px;
  margin: 175px 0 0 -5px;
  font-family: Bold;
}
.Events2 h2 {
  position: absolute;
  color:  black;
  width: 250px;
  font-size: 14px;
  margin: 200px 0 0 5px;
  font-family: Bold;
}
.Events2 h3 {
  position: absolute;
  color:  black;
  width: 250px;
  font-size: 14px;
  margin: 215px 0 0 5px;
  font-family: Bold;
}
.Events2 img {
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 175px 0 0 -230px;
  
}
.Events3 {
  position: absolute;
  width: 250px;
  height: 160px;
  display: flex;
  background: white;
  color: #fff;
  justify-content: center;
  margin: 60px 0 0 1000px;
  box-shadow: 0px 0px 52px -18px rgba(0, 0, 0, 0.75);
}
.Events3 h1 {
  position: absolute;
  color:  black;
  width: 180px;
  font-size: 16px;
  margin: 175px 0 0 -5px;
  font-family: Bold;
}
.Events3 h2 {
  position: absolute;
  color:  black;
  width: 250px;
  font-size: 14px;
  margin: 200px 0 0 5px;
  font-family: Bold;
}
.Events3 h3 {
  position: absolute;
  color:  black;
  width: 250px;
  font-size: 14px;
  margin: 215px 0 0 5px;
  font-family: Bold;
}
.Events3 img {
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 175px 0 0 -230px;
  
}
.Events4 {
  position: absolute;
  width: 250px;
  height: 160px;
  display: flex;
  background: white;
  color: #fff;
  justify-content: center;
  margin: 310px 0 0 400px;
  box-shadow: 0px 0px 52px -18px rgba(0, 0, 0, 0.75);
}
.Events4 h1 {
  position: absolute;
  color:  black;
  width: 180px;
  font-size: 16px;
  margin: 175px 0 0 -5px;
  font-family: Bold;
}
.Events4 h2 {
  position: absolute;
  color:  black;
  width: 250px;
  font-size: 14px;
  margin: 200px 0 0 5px;
  font-family: Bold;
}
.Events4 h3 {
  position: absolute;
  color:  black;
  width: 250px;
  font-size: 14px;
  margin: 215px 0 0 5px;
  font-family: Bold;
}
.Events4 img {
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 175px 0 0 -230px;
  
}
.Events5 {
  position: absolute;
  width: 250px;
  height: 160px;
  display: flex;
  background: white;
  color: #fff;
  justify-content: center;
  margin: 310px 0 0 700px;
  box-shadow: 0px 0px 52px -18px rgba(0, 0, 0, 0.75);
}
.Events5 h1 {
  position: absolute;
  color:  black;
  width: 180px;
  font-size: 16px;
  margin: 175px 0 0 -5px;
  font-family: Bold;
}
.Events5 h2 {
  position: absolute;
  color:  black;
  width: 250px;
  font-size: 14px;
  margin: 200px 0 0 5px;
  font-family: Bold;
}
.Events5 h3 {
  position: absolute;
  color:  black;
  width: 250px;
  font-size: 14px;
  margin: 215px 0 0 5px;
  font-family: Bold;
}
.Events5 img {
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 175px 0 0 -230px;
  
}
.Events6 {
  position: absolute;
  width: 250px;
  height: 160px;
  display: flex;
  background: white;
  color: #fff;
  justify-content: center;
  margin: 310px 0 0 1000px;
  box-shadow: 0px 0px 52px -18px rgba(0, 0, 0, 0.75);
}
.Events6 h1 {
  position: absolute;
  color:  black;
  width: 180px;
  font-size: 16px;
  margin: 175px 0 0 -5px;
  font-family: Bold;
}
.Events6 h2 {
  position: absolute;
  color:  black;
  width: 250px;
  font-size: 14px;
  margin: 200px 0 0 5px;
  font-family: Bold;
}
.Events6 h3 {
  position: absolute;
  color:  black;
  width: 250px;
  font-size: 14px;
  margin: 215px 0 0 5px;
  font-family: Bold;
}
.Events6 img {
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 175px 0 0 -230px;
  
}
.Calendar-Events .Calendar-titel h1 {
  position: absolute;
  color:  black;
  width: 250px;
  font-size: 22px;
  margin: 40px 0 0 -120px;
  font-family: Bold;
 
}
.Calendar-Events .Calendar-titel h2 {
  position: absolute;
  color: rgb(57, 193, 33);
  width: 250px;
  font-size: 18px;
  margin: 70px 0 0 -105px;
  font-family: Bold;
}
.Calendar-Events .Calendar-titel h3 {
  position: absolute;
  color: #363b41;
  width: 250px;
  font-size: 16px;
  margin: 130px 0 0 -145px;
  font-family: Bold;
}
.Calendar-Events .Calendar-titel img {
  position: absolute;
  width: 80px;
  height: 80px;
  margin: 27px 0 0 60px;
  
}
.Calendar-Events .Calendar-partition2 {
  position: absolute;
  border-bottom: 3px solid rgb(57, 193, 33);
  width: 170px;
  margin: 100px 0 0 -120px;
}
.event_item{
  position: absolute;
  margin: 160px 0 0 -65px;
  padding:5px;
  cursor: pointer;
  &:hover{
    background-image: linear-gradient(-222deg, #FF8494, #ffa9b7);
    box-shadow: 0px 0px 52px -18px rgba(0, 0, 0, 0.75);
    .ei_Dot{
      background-color: #fff;
    }
    .ei_Copy,.ei_Title{
      color:#fff;
    }
  }
}

.ei_Dot,.ei_Title{
  display:inline-block;
}

.ei_Dot{
  border-radius:50%;
  width:10px;
  height: 10px;
  background-color: green;
  box-shadow: 0px 0px 52px -18px rgba(0, 0, 0, 0.75);
}
.dot_active{
  background-color: #FF8494;
}

.ei_Title{
  margin-left:10px;
  color:#363b41;
}

.ei_Copy{
  font-size:12px;
  margin-left:27px;
  color:#363b41;
}

.event_item1 {
  position: absolute;
  margin: 210px 0 0 -65px;
  padding:5px;
  cursor: pointer;
  &:hover{
    background-image: linear-gradient(-222deg, #FF8494, #ffa9b7);
    box-shadow: 0px 0px 52px -18px rgba(0, 0, 0, 0.75);
    .ei_Dot{
      background-color: #fff;
    }
    .ei_Copy1,.ei_Title1{
      color:#fff;
    }
  }
}

.ei_Dot1,.ei_Title1 {
  display:inline-block;
}

.ei_Dot1 {
  border-radius:50%;
  width:10px;
  height: 10px;
  background-color: green;
  box-shadow: 0px 0px 52px -18px rgba(0, 0, 0, 0.75);
}
.dot_active {
  background-color: #FF8494;
}

.ei_Title1 {
  margin-left:10px;
  color:#363b41;
}

.ei_Copy1 {
  font-size:12px;
  margin-left:27px;
  color:#363b41;
}

.event_item2 {
  position: absolute;
  margin: 260px 0 0 -65px;
  padding:5px;
  cursor: pointer;
  &:hover{
    background-image: linear-gradient(-222deg, #FF8494, #ffa9b7);
    box-shadow: 0px 0px 52px -18px rgba(0, 0, 0, 0.75);
    .ei_Dot{
      background-color: #fff;
    }
    .ei_Copy2,.ei_Title2{
      color:#fff;
    }
  }
}

.ei_Dot2,.ei_Title2 {
  display:inline-block;
}

.ei_Dot2 {
  border-radius:50%;
  width:10px;
  height: 10px;
  background-color: green;
  box-shadow: 0px 0px 52px -18px rgba(0, 0, 0, 0.75);
}
.dot_active {
  background-color: #FF8494;
}

.ei_Title2 {
  margin-left:10px;
  color:#363b41;
}

.ei_Copy2 {
  font-size:12px;
  margin-left:27px;
  color:#363b41;
}
.event_item3 {
  position: absolute;
  margin: 310px 0 0 -65px;
  padding:5px;
  cursor: pointer;
  &:hover{
    background-image: linear-gradient(-222deg, #FF8494, #ffa9b7);
    box-shadow: 0px 0px 52px -18px rgba(0, 0, 0, 0.75);
    .ei_Dot{
      background-color: #fff;
    }
    .ei_Copy3,.ei_Title3{
      color:#fff;
    }
  }
}

.ei_Dot3,.ei_Title3 {
  display:inline-block;
}

.ei_Dot3 {
  border-radius:50%;
  width:10px;
  height: 10px;
  background-color: green;
  box-shadow: 0px 0px 52px -18px rgba(0, 0, 0, 0.75);
}
.dot_active {
  background-color: #FF8494;
}

.ei_Title3 {
  margin-left:10px;
  color:#363b41;
}

.ei_Copy3 {
  font-size:12px;
  margin-left:27px;
  color:#363b41;
}
.event_item4 {
  position: absolute;
  margin: 360px 0 0 -65px;
  padding:5px;
  cursor: pointer;
  &:hover{
    background-image: linear-gradient(-222deg, #FF8494, #ffa9b7);
    box-shadow: 0px 0px 52px -18px rgba(0, 0, 0, 0.75);
    .ei_Dot{
      background-color: #fff;
    }
    .ei_Copy4,.ei_Title4{
      color:#fff;
    }
  }
}

.ei_Dot4,.ei_Title4 {
  display:inline-block;
}

.ei_Dot4 {
  border-radius:50%;
  width:10px;
  height: 10px;
  background-color: green;
  box-shadow: 0px 0px 52px -18px rgba(0, 0, 0, 0.75);
}
.dot_active {
  background-color: #FF8494;
}

.ei_Title4 {
  margin-left:10px;
  color:#363b41;
}

.ei_Copy4 {
  font-size:12px;
  margin-left:27px;
  color:#363b41;
}
/* ############################################################################################ */

/*############################################################################################# */
.Memberships {
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 250px;
  display: flex;
  top: 5210px;
  background: linear-gradient(rgb(146, 198, 146),white);
  color: #fff;
  justify-content: center;
}
/* ############################################################################################ */
/* التذييل */
.footer-main {
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: 250px;
    display: flex;
    top: 5550px;
    background: linear-gradient(rgb(146, 198, 146),white);
    color: #fff;
    justify-content: center;
    
}
.footer-logo .logo-img {
  position: absolute;
  width: 100px;
  height: 120px;
  top: 30px;
  left: 150px;
}

.Contact-Us h1 {
  position: absolute;
  margin: 30px;
  font-size: 24px;
  color: #fff;
  left: 275px;
}
.contact .Contact-content p {
  position: absolute;
  width: 260px;
  height: 80px;
  margin: 70px;
  font-size: 14px;
  color: rgb(85, 83, 83);
  left: 240px;
}
.footer-info h1 {
  position: absolute;
  margin: 30px;
  font-size: 24px;
  color: #fff;
  left: 650px;
}
.content-info .Cont-info p {
  position: absolute;
  width: 260px;
  height: 80px;
  margin: 70px;
  font-size: 14px;
  color: rgb(85, 83, 83);
  left: 610px;
}
.Follow-Us h1 {
  position: absolute;
  margin: 30px;
  font-size: 24px;
  color: #fff;
  left: 950px;
}
/* ################################################################################################*/

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css');

.Social-Media {
  position: absolute;
  width: 260px;
  height: 80px;
  margin: 70px;
  font-size: 14px;
  color: #ddd;
  left: 910px;
}
.Social-Media .icons {
    display: flex;
    gap: 20px;
}
.icons a {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #fff;
    transition: transform 0.3s;
}

.icons a .layer {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    transition: transform 0.3s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1), 
                inset 0 -4px 0 rgba(255, 255, 255, 0.2);
    background: #1c1c1e;
}
.icons a:hover .layer {
    transform: rotate(-33deg) skew(20deg);
}
.icons a .layer span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 5px;
    transition: all 0.3s;
}
.icons a .icon {
    position: absolute;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    z-index: 1; /* Ensures the icon is on top of other elements */
}
/* Facebook */
.icons a.facebook .layer {
    background: #3b5998;
}
.icons a.facebook:hover .layer span:nth-child(1) {
    opacity: 0.2;
}
.icons a.facebook:hover .layer span:nth-child(2) {
    opacity: 0.4;
    transform: translate(5px, -5px);
}
.icons a.facebook:hover .layer span:nth-child(3) {
    opacity: 0.6;
    transform: translate(10px, -10px);
}
.icons a.facebook:hover .layer span:nth-child(4) {
    opacity: 0.8;
    transform: translate(15px, -15px);
}

/* Twitter */
.icons a.twitter .layer {
    background: #1DA1F2;
}
.icons a.twitter:hover .layer span:nth-child(1) {
    opacity: 0.2;
}
.icons a.twitter:hover .layer span:nth-child(2) {
    opacity: 0.4;
    transform: translate(5px, -5px);
}
.icons a.twitter:hover .layer span:nth-child(3) {
    opacity: 0.6;
    transform: translate(10px, -10px);
}
.icons a.twitter:hover .layer span:nth-child(4) {
    opacity: 0.8;
    transform: translate(15px, -15px);
}

/* Instagram */
.icons a.instagram .layer {
    background: #E1306C;
}
.icons a.instagram:hover .layer span:nth-child(1) {
    opacity: 0.2;
}
.icons a.instagram:hover .layer span:nth-child(2) {
    opacity: 0.4;
    transform: translate(5px, -5px);
}
.icons a.instagram:hover .layer span:nth-child(3) {
    opacity: 0.6;
    transform: translate(10px, -10px);
}
.icons a.instagram:hover .layer span:nth-child(4) {
    opacity: 0.8;
    transform: translate(15px, -15px);
}
/* LinkedIn */
.icons a.linkedin .layer {
  background: #0077B5;
}
.icons a.linkedin:hover .layer span:nth-child(1) {
  opacity: 0.2;
}
.icons a.linkedin:hover .layer span:nth-child(2) {
  opacity: 0.4;
  transform: translate(5px, -5px);
}
.icons a.linkedin:hover .layer span:nth-child(3) {
  opacity: 0.6;
  transform: translate(10px, -10px);
}
.icons a.linkedin:hover .layer span:nth-child(4) {
  opacity: 0.8;
  transform: translate(15px, -15px);
}
.icons .text {
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
}
/*####################################################################################################*/
/* حقوق الملكية */
.footer-Rights {
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: 60px;
    display: flex;
    top: 5750px;
    background-color: #333;
    color: #fff;
    justify-content: center;
}
.footer-Rights p {
    margin: 20px;
    font-size: 12px;
}
