/* global rules */
:root {
  --purble-color: #525ceb;
  --light-gray-text-color: #7e7e7e;
  --dark-font: #000000;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

/* Small */
@media (max-width: 768px) {
  .container {
    max-width: 100%;
  }
}

/* medium */
@media (max-width: 992px) {
  .container {
    max-width: 100%;
  }
}

.container {
  margin: auto;
  width: 1140px;
}
/* tajawal font */
@font-face {
  font-family: "regular-tajawal";
  src: url(../fonts/tajawal-font/ArbFONTS-Tajawal-Regular.ttf);
}

@font-face {
  font-family: "medium-tajawal";
  src: url(../fonts/tajawal-font/ArbFONTS-Tajawal-Medium.ttf);
}

@font-face {
  font-family: "bold-tajawal";
  src: url(../fonts/tajawal-font/ArbFONTS-Tajawal-Bold.ttf);
}

/* be vietamen font */

@font-face {
  font-family: "vietamen-medium";
  src: url(../fonts/be-vitamen-font/BeVietnamPro-Medium.ttf);
}

@font-face {
  font-family: "vietamen-semi-bold";
  src: url(../fonts/be-vitamen-font/BeVietnamPro-SemiBold.ttf);
}

@font-face {
  font-family: "vietamen-bold";
  src: url(../fonts/be-vitamen-font/BeVietnamPro-Bold.ttf);
}

/* almarai font */

@font-face {
  font-family: "almarai-bold";
  src: url(../fonts/almarai-font/Almarai-Bold.ttf);
}

/* lato font */

@font-face {
  font-family: "lato";
  src: url(../fonts/lato-font/Lato-Bold.ttf);
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

body {
  font-family: "medium-tajawal";
}

ul {
  list-style: none;
  padding: 0;
}

/* nav bar style */

.navbar {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  z-index: 1;
}

.nav-link {
  color: hsla(0, 0%, 0%, 0.7);
}

.dropdown-toggle::after {
  display: none;
}

.navbar i {
  margin-right: 10px;
}

.dropdown-menu {
  display: none; /* إخفاء القائمة المنسدلة بشكل افتراضي */
  position: absolute;
  background-color: #f8f9fa;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.nav-link {
  border-bottom: 2px solid transparent;
  padding-bottom: 5px;
}

.nav-link:hover {
  color: #2563eb;
  border-bottom: #2563eb solid 2px;
}

.search-icon {
  color: #2563eb;
  font-size: 20px;
  cursor: pointer;
}

.btn-outline-primary,
.btn-primary {
  width: 185px;
}

.btn-primary i {
  margin-right: 10px;
}

@media (max-width: 768px) {
  .btn-outline-primary,
  .btn-primary {
    width: auto;
    font-size: 12px;
  }
}

/* nav bar style  end*/

/* landind section */

.landing {
  margin-bottom: 100px;
}

.landing-right-text {
  align-content: center;
}

.landing-right-text h1 {
  color: var(--dark-font);
  font-size: 40px;
  line-height: 61px;
  width: 475px;
}

.landing-right-text h1 span {
  color: #2563eb;
  font-size: 40px;
  font-family: "bold-tajawal";
}

.landing-right-text p {
  color: #525252;
  font-family: "regular-tajawal";
  font-size: 20px;
  line-height: 34px;
  margin-top: 20px;
  margin-bottom: 30px;
  width: 475px;
}

.landing-right-text .landing-btn {
  padding: 10px 35px;
  background: linear-gradient(to right, #a7e2ff, #0095de);
  border: none;
  border-radius: 12px;
}

.landing-right-text .landing-btn {
  color: #ffffff;
  font-size: 23px;
}

.landing-left-img {
  position: relative;
}

.img-one {
  position: relative;
  left: -14px;
}

.img-two {
  position: relative;
  left: -9px;
}

.img-three {
  position: relative;
  left: -7px;
}

.happy-customer-card {
  width: 241px;
  border: 2px solid #c5ecff;
  padding: 20px;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  right: -15%;
  background-color: #ffffff;
}

.rating-container {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.rating-text {
  margin-right: 5px;
}

.stars {
  display: flex;
}

.happy-customer-imgs {
  display: flex;
}

.happy-customer-imgs p {
  font-size: 18px;
  color: #3d3d3d;
  font-family: "bold-tajawal";
  margin-right: 5px;
}

.happy-customer-imgs span {
  font-size: 18px;
  color: #00a4f4;
}

.happy-customer-card h6 {
  color: #00a4f4;
  font-size: 15px;
  font-family: "bold-tajawal";
}

.rating-text {
  color: #6d6d6d;
  font-size: 12px;
  font-family: "bold-tajawal";
}

.technical-courses {
  position: absolute;
  background-color: #ffffff;
  padding: 10px;
  width: 288px;
  height: 44px;
  border-radius: 10px;
  bottom: 13%;
  left: -18%;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

.technical-courses p {
  color: #0069ab;
  font-size: 16px;
  font-family: "bold-tajawal";
  text-align: center;
}

.technical-courses span {
  background-color: #eff9ff;
  margin-left: 15px;
  padding: 5px;
  border-radius: 10px;
}
.technical-courses span i {
  color: #0069ab;
}

.skills-development {
  padding: 15px;
  width: 300px;
  height: 88px;
  border: 2px solid #c5ecff;
  background: linear-gradient(to left, #eef9ff, #ffffff);
  position: absolute;
  border-radius: 12px;
  right: -7%;
  bottom: -16%;
}

.skills-development img {
  position: absolute;
  top: -40px;
  right: 75%;
}

/* landing-responsive */

@media (max-width: 768px) {
  .landing-home-page {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .landing-right-text {
    margin-bottom: 40px;
    padding-top: 35px;
  }
}

@media (max-width: 768px) {
  .landing-right-text p {
    width: auto;
  }
}

@media (max-width: 768px) {
  .landing-right-text .landing-btn {
    width: 175px;
  }
}

@media (max-width: 768px) {
  .landing-right-text h1 span,
  .landing-right-text h1 {
    text-align: center;
    font-size: 28px;
    line-height: 38px;
    width: auto;
  }
}

@media (max-width: 768px) {
  .skills-development {
    width: 257px;
    height: 77px;
    right: 16%;
  }
}

@media (max-width: 768px) {
  .happy-customer-card {
    right: 20%;
  }
}

@media (max-width: 768px) {
  .technical-courses {
    width: 263px;
    height: 42px;
    bottom: 51%;
    right: 13%;
  }
}

@media (max-width: 768px) {
  .technical-courses p {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .skills-development img {
    width: 29px;
    height: 23px;
    right: 75%;
    top: 49px;
  }
}

/* landing end*/

/* services start افضل الخدمات */

.best-services {
  text-align: center;
  margin: 20px 0;
}

.best-services-header {
  padding-top: 35px;
}

.best-services-header h2 {
  color: var(--dark-font);
  font-size: 40px;
  font-family: "bold-tajawal";
}

.best-services-header h2 span {
  color: #2563eb;
  font-family: "bold-tajawal";
}

.best-services-header p {
  font-size: 16px;
  color: #6b6b6b;
  margin: 40px 0;
  line-height: 24px;
}

.service-card {
  padding: 40px;
  border: 3px solid #c5ecff;
  border-radius: 24px;
}

.service-card-title {
  color: #0069ab;
  font-size: 20px;
  font-family: "vietamen-bold";
  padding: 10px 0;
}

.service-card-text {
  color: #6d6d6d;
  font-size: 16px;
  line-height: 24px;
  font-family: "vietamen-semi-bold";
}

@media (max-width: 768px) {
  .best-services-header h2 {
    font-size: 28px;
  }
}

/* services end افضل الخدمات */

/* what we do  ماذا نفعل start */

.what-we-do-section {
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.what-we-do-header {
  text-align: center;
  font-family: "bold-tajawal";
  margin: 60px 0;
}

.what-we-do-card {
  text-align: center;
}

.what-we-do-card-title {
  color: var(--purble-color);
  font-size: 32px;
  font-family: "bold-tajawal";
  padding-bottom: 30px;
}

.what-we-do-section .card-icon img {
  max-width: 100%;
}

.what-we-do-card-text {
  color: #3c4959;
  font-size: 20px;
  font-family: "regular-tajawal";
  margin-top: 30px;
  margin-bottom: 20px;
}

/* confrances المؤتمرات start*/

.conference {
  padding-bottom: 60px;
}

.conference-header {
  text-align: center;
  margin: 20px 0;
}

.conference-header h2 {
  font-size: 48px;
  font-family: "bold-tajawal";
  color: var(--dark-font);
  margin-bottom: 5px;
  padding-bottom: 30px;
}

.conference-top-section {
  display: flex;
  justify-content: space-between;
}

.conference-top-section .conference-btn {
  padding: 10px 35px;
  border: 1px solid var(--dark-font);
  color: #000000;
  font-size: 24px;
  border-radius: 6px;
  background-color: transparent;
  font-family: "regular-tajawal";
}

.conference-top-section .conference-btn a {
  color: var(--dark-font);
  font-family: "regular-tajawal";
}

.conference-top-section p {
  direction: rtl;
  color: #6b6b6b;
  font-size: 16px;
  line-height: 24px;
}

.Event Summary {
  margin: 0 10px;
}

/* confrances المؤتمرات end*/

.slider-card-rounded-img {
  width: 60px !important;
  height: 60px !important;
  position: absolute;
  top: 42%;
}

.conference-card-title {
  color: var(--dark-font);
  font-size: 24px;
  font-family: "bold-tajawal";
  margin-bottom: 15px;
}

.conference-card-text {
  font-size: 17px;
  color: #7e7e7e;
}

.location {
  display: flex;
  gap: 100px;
  margin: 20px 0;
}

.location i {
  color: #0095de;
  margin-left: 15px;
}

.tab-button {
  cursor: pointer;
  padding: 10px 30px;
  border: 1px solid #3191de;
  color: var(--dark-font);
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: "vietamen-medium";
  direction: rtl;
}

.tab-button.active {
  background-color: #3191de;
  color: #fff;
}

#tabs {
  margin: 40px 0;
}

.slider-card {
  border: none !important;
  padding: 8px;
}

.slider-card-body {
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2); /* Adjust shadow as needed */
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

@media (max-width: 768px) {
  .what-we-do-card-title {
    padding-top: 20px;
  }
}

@media (max-width: 768px) {
  .conference-card-text {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .tab-button {
    padding: 15px 8px;
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .slider-card-rounded-img {
    top: 20%;
  }
}

@media (max-width: 768px) {
  .conference-top-section .conference-btn a,
  .conference-top-section p {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .location {
    gap: 5px;
  }
}

@media (max-width: 768px) {
  .conference-top-section {
    gap: 15px;
  }
}

@media (max-width: 768px) {
  .conference-top-section .conference-btn {
    font-size: 14px;
    align-self: center;
  }
}

/* confrances المؤتمرات end*/

/* categores الفئات start*/

.categores-header {
  text-align: center;
  padding: 30px 0;
}

.categores-header p {
  color: var(--dark-font);
  font-size: 48px;
  font-family: "bold-tajawal";
}

.categores-btn-container {
  display: flex;
  justify-content: end;
}

.categores-btn {
  padding: 10px 35px;
  border: 1px solid var(--dark-font);
  font-size: 24px;
  border-radius: 6px;
  background-color: transparent;
  margin-bottom: 35px;
  display: block;
  color: #000000;
  cursor: pointer;
}

.card-img-top {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.categores-card {
  border: none !important;
  cursor: pointer;
  border-radius: 20px !important;
}

.categores-title {
  direction: rtl;
  color: var(--dark-font);
  font-size: 20px;
  font-family: "bold-tajawal";
}

.courses-count {
  display: flex;
  direction: rtl;
  gap: 30px;
  border-bottom: 2px solid #eaeaea;
  padding-bottom: 15px;
  margin: 15px 0;
}

.courses-count span {
  color: #555555;
  font-family: "vietamen-medium";
}

.courses-count i {
  color: #3191de;
  margin-right: 10px;
}

.more {
  font-family: "vietamen-medium";
  color: var(--purble-color);
  font-size: 18px;
}

.categores-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.categores-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.1);
}

.statistics-icon-container {
  display: flex;
  gap: 20px;
  margin: 80px 0;
}

.counter {
  color: #3191de;
  font-size: 32px;
  direction: ltr;
}

.statistics-icon {
  display: flex;
  gap: 20px;
  background-color: #f5f5f5;
  width: 270px;
  height: 180px;
  padding: 25px;
  text-align: center;
  justify-content: center;
  border-radius: 12px;
}

.statistics-icon-text {
  padding-top: 30px;
  font-family: "vietamen-semi-bold";
}

.statistics-icon-text p {
  color: var(--dark-font);
  font-size: 18px;
  font-family: "bold-tajawal";
  text-transform: capitalize;
  padding-top: 10px;
}

@media (max-width: 768px) {
  .conference-header h2 {
    font-size: 34px;
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .categores-header p {
    font-size: 34px;
  }
}

@media (max-width: 768px) {
  .categores-btn {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .categores-btn-container {
    text-align: center;
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .statistics-icon {
    width: auto;
    margin-left: 4px;
  }
}

@media (max-width: 768px) {
  .statistics-icon-container {
    flex-direction: column;
  }
}

/* categores الفئات end*/

/* education-environment البيئه التعليميه start */

.education-environment-card {
  text-align: center;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 12px;
  margin: 40px 0;
  gap: 25px;
  transition: 0.3s;
  cursor: pointer;
  padding: 25px;
}

.education-environment-title {
  font-family: "bold-tajawal";
}

.education-environment-card:hover {
  color: #fff;
  background-color: #3191de;
}

.education-environment-header {
  text-align: center;
}

.education-environment-header h6 {
  color: var(--dark-font);
  font-size: 36px;
  /*font-family: "vietamen-medium";*/
}

/* education-environment البيئه التعليميه end */

/*about-us-slider-start  */

.about-us-slider {
  background-image: url(../imgs/blue.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}

.about-us-header {
  text-align: center;
  font-size: 48px;
  color: var(--dark-font);
  font-family: "bold-tajawal";
  margin: 25px 0;
}

.swiper-container {
  width: auto;
  height: 300px;
}

.swiper-wrapper {
  align-items: center;
}

.swiper-slide {
  width: 616px;
  display: flex;
}

.content__text {
  color: #3d3d3d;
  font-size: 18px;
  margin: 10px 0;
}
.content {
  width: 567px;
  padding: 24px;
  flex-shrink: 0;
  background-color: #fff;
  color: #3d3d3d;
  text-align: center;
  height: 200px;
}

.content__title {
  font-family: "lato";
  color: #3d3d3d;
  font-size: 24px;
  margin: 5px 0;
}

.about-us-slider {
  position: relative;
}

.swipper-img {
  position: absolute;
  right: 39%;
  top: -55px;
}

@media (max-width: 768px) {
  .about-us-right-text {
    padding-top: 160px;
  }
}

@media (max-width: 768px) {
  .about-us-slider {
    padding: 40px 10px;
    background-size: cover;
    overflow: hidden;
  }

  .about-us-header {
    font-size: 32px;
    margin: 15px 0;
  }

  .swiper-container {
    height: auto;
  }

  .swiper-slide {
    flex-direction: column;
    width: 100%;
  }

  .content {
    width: auto;
    padding: 16px;
    height: auto;
  }

  .content__text {
    font-size: 16px;
  }

  .content__title {
    font-size: 20px;
  }

  .swipper-img {
    position: static;
    margin: 0 auto;
    width: 50%;
    top: auto;
    right: auto;
  }
}
@media (max-width: 768px) {
  .swiper-slide {
    width: 90%;
    margin: 0 auto;
  }

  .swiper-slide-active {
    transform: scale(1);
    z-index: 10;
  }

  .swiper-slide-prev,
  .swiper-slide-next {
    transform: scale(0.95);
    opacity: 0.8;
    z-index: 8;
  }
}

/*about-us-slider-end  */

/* footer start */
.navbar-brand img,
.footer-logo img {
  width: 110px;
  height: auto;
}

footer {
  background-color: #161616;
  padding: 40px 0;
  margin-top: 50px;
}

.footer-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  color: white;
  padding: 20px;
  padding-bottom: 40px;
}

.footer-column h3 {
  margin-bottom: 25px;
  font-size: 20px;
  color: #407bff;
  font-family: "almarai-bold";
}

.first-column-p {
  font-size: 17px;
  font-family: "medium-tajawal";
  line-height: 21px;
  margin: 20px 0;
}

.footer-mail {
  color: #3191de;
  font-size: 20px;
  font-family: "medium-tajawal";
  margin: 35px 0;
}

.footer-input-container {
  display: flex;
}

.footer-input {
  background-color: transparent;
  border: 1px solid #407bff;
  border-radius: 8px;
  padding: 5px;
  height: 44px;
  width: 200px;

  color: #ffffff;
  direction: rtl;
}

.last-column-p {
  font-size: 20px;
  font-family: "regular-tajawal";
  margin-bottom: 16px;
  width: 400px;
}
.footer-input::placeholder {
  color: #d2d2d2;
  font-size: 14px;
  margin-right: 10px;
}

.footer-btn {
  background-color: #407bff;
  font-size: 16px;
  font-family: "regular-tajawal";
  color: #ffff;
  padding: 10px 10px;
  border: none;
  border-radius: 8px;
  position: relative;
  left: 29px;
  width: 95px;
}

.footer-btn:hover {
  color: #ffff;
}

/* إزالة تأثير التركيز من حقل الإدخال */
.footer-input:focus {
  outline: none; /* إزالة الإطار الذي يظهر عند التركيز */
}

.footer-btn img {
  width: 15px;
  height: 15px;
  margin-right: 20px;
}

.footer-logo {
  margin-bottom: 25px;
}

.footer-column ul {
  list-style: none;
}

.footer-column ul li {
  margin: 20px 0;
}

.footer-column ul li a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
}

.footer-column ul li a:hover {
  text-decoration: underline;
}

.footer-social-icons {
  display: flex;
  gap: 15px;
}

.footer-social-icons i {
  font-size: 24px;
}

.footer-column ul i {
  margin-left: 10px;
  font-size: 12px;
}

.x-icon {
  height: 24px;
  width: 24px;
}

.reserved-rights {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #777777;
  padding-top: 40px;
}

.reserved-rights h4 {
  color: #ffffff;
  font-size: 24px;
  font-family: "regular-tajawal";
}

.reserved-rights h4 span {
  color: #407bff;
}

/* footer responsive */

@media (max-width: 992px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .footer-container {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
}

@media (max-width: 768px) {
  .footer-btn,
  .last-column-p,
  .reserved-rights h4 {
    font-size: 14px;
    width: auto;
  }
}

@media (max-width: 768px) {
  .last-column-p {
    padding: 30px 0;
  }
}

@media (max-width: 768px) {
  .first-column-p {
    line-height: normal;
  }
}

@media (max-width: 768px) {
  .footer-inputs {
    width: 200px;
  }
}

@media (max-width: 768px) {
  .footer-column {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .footer-social-icons {
    justify-content: center;
  }
}
/* footer end */

/* confrance-page */

/* confrance-page landing start */
.conference-page-landing {
  position: relative;
    /*   background: url(../imgs/con-landing.png) no-repeat center center / cover;*/
      padding-bottom: 121px;
    }

    .conference-page-landing .background-overlay {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(#525cebbf 0%, #90caf9bf 75%);
      z-index: 1;
    }

    .conference-page-landing > *:not(.background-overlay) {
      position: relative;
      z-index: 2;
      padding-bottom: 20px;
    }

    .navbar-collapse {
      background: transparent;
    }

    .conference-page-landing-contant {
      position: absolute;
      display: flex;
      flex-direction: column;
      top: 40px;
      gap: 35px;
    }

    .conference-page-landing-date,
    .conference-page-landing-title,
    .count-down-container {
      text-align: center;
    }

    .conference-page-landing-title {
      font-size: 48px;
      color: #fff;
    }

    .conference-page-landing-date {
      position: relative;
      padding-top: 45px;
    }

    .conference-page-landing-date p {
      position: absolute;
      right: 0;
      left: 0;
      bottom: 12%;
      font-size: 32px;
      color: #fff;
      font-weight: 700;
    }

    .conference-page-landing-btn {
      text-align: center;
    }

    .landing-right-text .landing-btn i,
    .conference-page-landing-btn i {
      margin-right: 50px;
    }

    .conference-page-landing-btn {
      padding: 15px 50px;
      background: linear-gradient(to right, #a7e2ff, #0095de);

      border: none;
      border-radius: 12px;
      color: #fff;
      font-size: 24px;
      align-self: center;
    }

    .conference-page-landing-btn:hover {
      color: #fff;
    }

    /* confrance-page landing end */
/* the counter start */

.count-down-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.countdown {
  display: flex;
  justify-content: center;
  gap: 50px;
  align-items: center;
  flex-wrap: wrap;
}

.time-box {
  text-align: center;
  font-weight: bold;
  line-height: 57.74px;
}

.hexagon {
  position: relative;
  width: 98px;
  height: 57.74px;
  background-color: transparent;
  margin: 28.87px 0;
  border-left: solid 6px #ffffff;
  border-right: solid 6px #ffffff;
}

.hexagon span {
  font-size: 32px;
  color: #fff;
}

.hexagon-container p {
  font-size: 24px;
  color: #fff;
  padding-top: 20px;
}

.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 67.71px;
  height: 70.71px;
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 10.6446px;
}

.hexagon:before {
  top: -35.3553px;
  border-top: solid 8px #ffffff;
  border-right: solid 8px #fff;
}

.hexagon:after {
  bottom: -35.3553px;
  border-bottom: solid 8px #ffffff;
  border-left: solid 8px #ffffff;
}

@media (max-width: 768px) {
  .count-down-container {
    padding: 0;
    margin: 0;
  }
}

/* start hexagon shape*/

/* the counter end  */
@media (max-width: 768px) {
  .conference-page-landing-date,
  .countdown {
    margin: 0 10px;
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .conference-page-landing-contant {
    top: -11px;
  }
}

@media (max-width: 768px) {
  .conference-page-landing-title {
    font-size: 28px;
    padding: 25px 0;
  }
}

@media (max-width: 768px) {
  .conference-page-landing-date p {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .conference-page-landing-date img {
    max-width: 100%;
  }
}

/* the four cards الاربعه بطاقات التي تلي قسم (landing)  */

.Event-Summary-container {
  bottom: 50px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.card-container {
  display: flex;
  justify-content: start;
  gap: 20px;
}

.Event-Summary-card {
  border-radius: 12px;
}

.Event-Summary-text {
  color: #3c4959;
  font-size: 16px;
}

.Event-Summary-title {
  color: var(--dark-font);
  font-size: 22px;
  font-family: "bold-tajawal";
}

.card-text-summary {
  text-align: start;
}

.incomming-events {
  margin-top: 35px;
  color: #6b6b6b;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 768px) {
  .card-container {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .Event-Summary-container {
    gap: 5px;
    top: 5px;
  }
}

/* the four cards الاربعه بطاقات التي تلي قسم (landing) end  */
/* confrance-page-end */

/* confrance-second-page start */
.first-text {
  display: flex;
  gap: 30px;
  margin: 40px 0;
}

.first-text p {
  color: #161616;
  font-size: 20px;
  line-height: 28px;
  font-family: "regular-tajawal";
}

.conference-second-page-text-section .second-text {
  color: #161616;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 40px;
  font-family: "regular-tajawal";
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  .first-text p,
  .conference-second-page-text-section .second-text {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .first-text {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .first-text img {
    max-width: 100%;
  }
}
/* confrance-second-page end */

/* contact-us-form start */

.contact-us-form-header {
  text-align: center;
  padding-top: 50px;
}

.contact-us-cards {
  margin-bottom: 40px;
}

.contact-us-card {
  box-shadow: 2px 2px 10px rgba(64, 123, 255, 0.3);
  border-radius: 16px;
}

.contact-us-form #email {
  text-align: end;
}

.contact-us-form-header h2 {
  color: var(--dark-font);
  font-size: 40px;
  line-height: 40px;
  margin-top: 40px;
}

.contact-us-form-header p {
  color: #606060;
  font-size: 20px;
  line-height: 40px;
  font-family: "regular-tajawal";
  margin: 30px 0;
}

.contact-us-container i {
  color: #407bff;
  margin-right: 15px;
  margin-top: 5px;
}

.contact-us-card-body {
  padding: 12px 10px;
}

.contact-us-card-body-last {
  padding: 0px 10px;
}

.contact-us-container {
  display: flex;
  gap: 15px;
  padding: 15px;
}

.contact-us-text {
  color: var(--dark-font);
  font-size: 16px;
  text-align: start;
}

.form-control {
  border: 2px solid #007bff;
}
.btn-primary {
  border: 2px solid #007bff;
}

.form-label {
  text-align: start !important;
  font-size: 18px !important;
  color: var(--dark-font) !important;
}

.text-end {
  text-align: start !important;
}

@media (max-width: 768px) {
  .form-btn {
    padding: 10px 40px;
  }
}

@media (max-width: 768px) {
  .contact-us-form-header h2 {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .contact-us-form-header p {
    line-height: normal;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .contact-us-container {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .contact-us-card {
    margin-bottom: 20px;
  }
}

/* contact-us-form end */

/* .who-we-are-page start من نحن */

/* .who-we-are-page custom navbar to fit the left img   */
.who-we-are-nav {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.about-us-header-container {
  background-image: url(../imgs/who-we-img.png);
  background-repeat: no-repeat;
  background-size: 35%;
  height: 765px;
}

.about-us-right-text h2 {
  color: var(--dark-font);
  font-size: 40px;
  line-height: 53px;
  margin-top: 60px;
}

.about-us-right-text h2 span {
  color: #407bff;
  font-size: 40px;
  font-family: "bold-tajawal";
}

.about-us-right-text p {
  font-size: 24px;
  line-height: 34px;
  color: var(--dark-font);
  font-family: "regular-tajawal";
  margin-top: 45px;
}

.our-vision-img {
  text-align: center;
}

.our-vision-card {
  margin-top: 20px;
}

.our-vision-container img {
  width: 64px;
  height: 64px;
  text-align: center;
}

.our-vision-container,
.our-vision-card {
  text-align: center;
  border: none !important;
}

.our-vision-title {
  color: var(--dark-font);
  font-size: 32px;
  margin: 20px 0;
  font-family: "bold-tajawal";
}

.our-vision-text {
  color: var(--dark-font);
  font-size: 20px;
  font-family: "regular-tajawal";
  line-height: 40px;
}

@media (max-width: 768px) {
  .about-us-header-container {
    height: 0%;
    background-size: 60%;
  }
}
/* our goals اهدافنا */
.our-gols-card {
  margin-bottom: 30px;
}

.our-goals-header {
  text-align: center;
  margin: 50px 0;
  padding-top: 60px;
}

.our-goals-header h2 {
  color: var(--dark-font);
  font-size: 48px;
  font-family: "bold-tajawal";
  margin-bottom: 15px;
}

.our-goals h6 {
  color: var(--dark-font);
  font-size: 20px;
  line-height: 40px;
}

.our-goals-container {
  margin-bottom: 40px;
}

/* our goals اهدافنا */

/* who-we-are responsive من نحن */

@media (max-width: 768px) {
  .about-us-right-text h2 span,
  .about-us-right-text h2 {
    text-align: center;
    font-size: 20px;
    line-height: normal;
  }
}

@media (max-width: 768px) {
  .about-us-right-text p {
    text-align: center;
    margin: 40px 0;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .our-goals-header h2 {
    font-size: 34px;
  }
}

@media (max-width: 768px) {
  .our-vision-text {
    line-height: 34px;
    font-size: 14px;
    margin-bottom: 20px !important;
  }
}

@media (max-width: 768px) {
  .our-gols-card {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .our-goals h6 {
    line-height: normal;
  }
}

/* .how-we-are end من نحن */

/* job-rate-form تقييم الوظيفه  start*/

/* custom-upload-input */

.applcation-container {
  padding-top: 25px;
}

.applcation-btn {
  margin-top: 20px;
  width: 158px;
  height: 46px;
  border-radius: 34px;
}

.file-upload {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #c7c7ff1a;
  border: 1px solid #c7c7ff;
  border-radius: 6px;
}

.file-upload input[type="file"] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

.file-upload .placeholder {
  display: flex;
  align-items: center;

  padding: 15px;
  font-size: 16px;
  color: #888;
  background-color: #f9f9f9;
}

.file-upload input[type="file"]:valid + .placeholder {
  color: #333;
  font-size: 16px;
  font-weight: 500;
}

/* custom-upload-input end */

.custom-input {
  border: 1px solid #c7c7ff !important;
  background-color: #c7c7ff1a; /* 10% opacity */
  height: 56px !important;
  direction: rtl;
}
.custom-label {
  text-align: right;
  display: block;
  color: var(--dark-font);
  font-size: 18px;
  font-family: "bold-tajawal";
}
.selected,
.custom-input::placeholder {
  color: #b2b3b7 !important;
  font-family: "bold-tajawal";
  font-size: 14px !important;
}

#gender option:checked,
#country option:checked,
#city option:checked,
#specialization option:checked {
  color: red;
}

#gender option,
#country option,
#city option,
#specialization option {
  text-align: right;
  color: #b2b3b7;
}

#gender,
#country,
#city,
#specialization {
  direction: rtl;
  color: #b2b3b7;
  font-size: 14px;
}

.input-container {
  position: relative;
}

.input-container i {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #777777;
  cursor: pointer;
}

.custom-input {
  padding-left: 30px; /* Adjust this based on icon size */
}

/* job-rate-form تقييم الوظيفه  end*/

/*   الوظائف jobs start*/

.jobs-page-landing {
  background-image: url(../imgs/jobs-background.jpg);
  height: 700px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.programes-and-courses-page-landing {
  background-image: url(../imgs/courses.jpg);
  height: 700px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.volunteering-page-landing {
  background-image: url(../imgs/vol.jpg);
  height: 700px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.volunteering-page-landing .jobs-overlay,
.programes-and-courses-page-landing .jobs-overlay,
.jobs-page-landing .jobs-overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
}

.job-details-text .courses-details {
  display: flex;
  gap: 30px;
}

.job-details-text h6 {
  padding-top: 15px;
}

.jobs-page-landing > *:not(.jobs-overlay) {
  position: relative;
  z-index: 2;
  padding-bottom: 20px;
}

.jobs-page-contant {
  margin: 40px 0;
  padding-top: 20px;
}

.jobs-page-text {
  position: absolute;
  top: 290px;
  left: 50%;
  transform: translate(-50%, 50%);
  text-align: center; /* إذا كنت تريد أن يكون النص في المنتصف */
  z-index: 1;
}

.jobs-page-text h2 {
  font-size: 40px;
  color: #ffffff;
  font-family: "bold-tajawal";
}

.jobs-card-title {
  color: var(--dark-font);
  font-size: 20px;
  font-family: "bold-tajawal";
}

.jobs-card-text {
  color: #555555;
  font-size: 16px;
  font-family: "regular-tajawal";
  direction: rtl;
  border-bottom: #eaeaea 1px solid;
  padding-top: 10px;
  padding-bottom: 8px;
}

.jobs-card {
  border: none;
  box-shadow: none; /* Optional: Remove any shadow */
}

.jobs-card a {
  color: #407bff;
  font-size: 20px;
  font-family: "regular-tajawal";
  margin-right: 17px;
}

.jobs-card img {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}

.jobs-card-body i {
  color: #3191de;
  margin-left: 10px;
  font-size: 14px;
}
/*   pagenation-start*/
.pagination .page-item .page-link {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f2f2f2;
  color: var(--light-gray-text-color);
  font-size: 16px;
  margin: 0 5px;
  padding: 10px;
}

.pagination .page-item.active .page-link {
  background-color: #007bff;
  color: white;
  border: 1px solid #007bff;
}

.pagination .page-item .first-prev,
.pagination .page-item .last-next {
  border-radius: 50%;
  border: 2px solid #007bff;
  padding: 5px;
}

.pagination .page-item.disabled .page-link {
  color: #ccc;
  pointer-events: none;
  background-color: transparent;
  border-color: transparent;
  padding-top: 8px;
}

.pagination {
  padding-top: 20px;
  padding-bottom: 40px;
}

.pagenation-dots {
  color: var(--light-gray-text-color);
  margin: 0 10px;
}

.page-link span img {
  text-align: center;
  margin-bottom: 2px;
}

@media (max-width: 768px) {
  .pagination .page-item .page-link {
    padding-top: 8px;
  }
}

/*pagenation-end*/

/*job-details-start*/

.job-details {
  padding-top: 40px;
  margin-top: 40px;
}

.job-details-container {
  display: flex;

  gap: 20px;
  margin-bottom: 40px;
}

.job-details-text h2 {
  color: var(--dark-font);
  font-size: 20px;
  font-family: "bold-tajawal";
  margin-top: 15px;
}

.job-details-text p {
  color: #555555;
  font-size: 16px;
  font-family: "regular-tajawal";
  margin-top: 20px;
  padding-bottom: 15px;
}

.job-details-text p i {
  color: #007bff;
  font-size: 14px;
}

.job-details-btn {
  padding-top: 15px;
}

.job-details-text .job-details-btn a {
  padding: 10px 20px;
  border: none;
  background-color: #3191de;
  border-radius: 9px;
  width: fit-content;
  color: #fff;
  display: block;
}

.job-details-text .job-details-btn a i {
  font-size: 14px;
  margin-right: 25px;
}

.job-details-img {
  flex: 1;
}

.job-details-text {
  flex: 2;
}

.job-details-text p i {
  margin-left: 5px;
}

@media (max-width: 768px) {
  .job-details-container {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .job-details-img img {
    max-width: 100%;
  }
}
