@import url('https://fonts.googleapis.com/css2?family=Zain:ital,wght@0,200;0,300;0,400;0,700;0,800;0,900;1,300;1,400&display=swap');


/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root { 
    --background-color: #670B34; /* Background color for the entire website, including individual sections */
    --default-color: #444444; /* Default color used for the majority of the text content across the entire website */
    --heading-color: #222; /* Color for headings, subheadings and title throughout the website */
    --accent-color: #222; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
    --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
    --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
  }

  /* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
    --nav-color: #fff;  /* The default color of the main navmenu links */
    --nav-hover-color: #eee; /* Applied to main navmenu links when they are hovered over or active */
    --nav-mobile-background-color: #ffffff; /* Used as the background color for mobile navigation menu */
    --nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
    --nav-dropdown-color: #222; /* Used for navigation links of the dropdown items in the navigation menu. */
    --nav-dropdown-hover-color: #670B34; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
  }
  /* Smooth scroll */
:root {
    scroll-behavior: smooth;
  }
  * {
    box-sizing:border-box;
}
html {
  height: 100%;
}

  body {
    font-family: "Zain", sans-serif;
    font-size: 18px;
    direction: rtl;
    min-height: 100%;
}

.zain-extralight {
    font-family: "Zain", sans-serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .zain-light {
    font-family: "Zain", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .zain-regular {
    font-family: "Zain", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .zain-bold {
    font-family: "Zain", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .zain-extrabold {
    font-family: "Zain", sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  
  .zain-black {
    font-family: "Zain", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
 
  
  a {
    color: var(--accent-color);
    text-decoration: none;
    transition: 0.3s;
  }
  
  a:hover {
    color: color-mix(in srgb, var(--accent-color), transparent 25%);
    text-decoration: none;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: var(--heading-color);
  }
  .text-justify {
    text-align: justify;
  }
  @media (max-width: 500px) {
    .lead {
      font-size: 18px;
    }
  }
  h2.title {
    position: relative;
    padding-top: 50px;
    margin-bottom: 50px;
  }
 .title::after {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 3px;
    background: var(--background-color);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .title::before {
    content: "";
    position: absolute;
    display: block;
    width: 160px;
    height: 1px;
    background: color-mix(in srgb, var(--default-color), transparent 60%);
    left: 0;
    right: 0;
    bottom: 1px;
    margin: auto;
  }

  .modal-header .btn-close {
    margin: 0;
    margin-right: auto;
  }
  @media (min-width: 576px) {
    .modal-dialog { 
      max-width: 50%;
    }
  }
/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header-top {
    background-color: #670B34;
    padding-top: 10px;
}
.header-top .up-navbar img {
    width: 60px;
    height: 110px;
  }
.header-top .up-navbar h4 {
    font-size: 28px;
  }
  

.header {
    color: var(--default-color);
    background-color: var(--background-color);
  
    transition: all 0.5s;
    z-index: 997;
    border-bottom: 1px solid color-mix(in srgb, var(--accent-color), transparent 85%);
  }
  
  .header .logo {
    line-height: 1;
  }
  
  .header .logo img {
    max-height: 80px;
    margin-right: 8px;
  }
  
  .header .logo h1 {
    font-size: 30px;
    margin: 0;
    font-weight: 300;
    color: var(--heading-color);
  }
  
  .header .btn-getstarted,
  .header .btn-getstarted:focus {
    color: var(--contrast-color);
    background: var(--accent-color);
    font-size: 14px;
    padding: 8px 25px;
    margin: 0 0 0 30px;
    border-radius: 4px;
    transition: 0.3s;
  }
  
  .header .btn-getstarted:hover,
  .header .btn-getstarted:focus:hover {
    color: var(--contrast-color);
    background: color-mix(in srgb, var(--accent-color), transparent 15%);
  }
  
  @media (max-width: 1200px) {
    .header .logo {
      order: 1;
    }
  
    .header .btn-getstarted {
      order: 2;
      margin: 0 15px 0 0;
      padding: 6px 15px;
    }
  
    
  }
  
  .scrolled .header {
    border-color: var(--contrast-color);
    box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
  }
  .header-logo {
    width: 40px;
    margin-right:auto;
  }

  @media (max-width: 1200px) {
    .header-logo {
        width: 30px;
       
      }
      .header-logo2 {
        width: 90px;
        height: 95px;
       
      }
}
.header-logo2 {
  width: 55px;
  height: 70px;
  margin-right: 40px;
}
  
@media (max-width: 1200px) {

    .header-logo2 {
      width: 40px;
      height: 45px;
      margin-right: 15px;
     
    }
}
  /*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
  /* Navmenu - Desktop */
  @media (min-width: 1200px) {
    .navmenu {
      padding:10px 0;
    }
  
    .navmenu ul {
      margin: 0;
      padding: 0;
      display: flex;
      list-style: none;
      align-items: center;
    }
  
    .navmenu li {
      position: relative;
    }
  
    .navmenu a,
    .navmenu a:focus {
      color: var(--nav-color);
      padding: 10px;
      font-size: 21px;
      font-weight: 400;
      display: flex;
      align-items: center;
      justify-content: space-between;
      white-space: nowrap;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
    }
  
    .navmenu a i,
    .navmenu a:focus i {
      font-size: 12px;
      line-height: 0;
      margin-right: 5px;
      transition: 0.3s;
    }
  
    .navmenu li:last-child a {
      padding-right: 0;
    }
    .navmenu li:hover > a::after,
    .navmenu .active::after
     {
        display: block;
        position: absolute;
        transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
        bottom: 0;
        content: "";
        background-color: var(--nav-color);
        height: 2px;
        left: 0;
        width: 100%;
        z-index: 2;
    }
  
    .navmenu .dropdown ul {
      margin: 0;
      padding: 8px 0;
      background: var(--nav-dropdown-background-color);
      display: block;
      position: absolute;
      visibility: hidden;
      right: 0px;
      top: 130%;
      opacity: 0;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      border-radius: 4px;
      z-index: 99;
      box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    }
  
    .navmenu .dropdown ul li {
      min-width: 200px;
    }
  
    .navmenu .dropdown ul a {
      padding: 6px 15px;
      font-size: 17px;
      text-transform: none;
      color: var(--default-color);
    }
  
    .navmenu .dropdown ul a i {
      font-size: 12px;
    }
  
    .navmenu .dropdown ul a:hover,
    .navmenu .dropdown ul .active:hover,
    .navmenu .dropdown ul li:hover>a {
      color: #111;
      background: #eee;
      
    }
  
    .navmenu .dropdown:hover>ul {
      opacity: 1;
      top: 105%;
      visibility: visible;
    }
  
    .navmenu .dropdown .dropdown ul {
      top: 0;
      right:  -90%;
      visibility: hidden;
    }
  
    .navmenu .dropdown .dropdown:hover>ul {
      opacity: 1;
      top: 0;
      right: -100%;
      visibility: visible;
    }
  }
  
  /* Navmenu - Mobile */
  @media (max-width: 1199px) {
    .mobile-nav-toggle {
      color: var(--nav-color);
      font-size: 28px;
      line-height: 0;
      margin-right: 10px;
      cursor: pointer;
      transition: color 0.3s;
    }
  
    .navmenu {
      padding: 0;
      z-index: 9997;
    }
  
    .navmenu ul {
      display: none;
      list-style: none;
      position: absolute;
      inset: 60px 20px 20px 20px;
      padding: 10px 0;
      margin: 0;
      border-radius: 6px;
      background-color: var(--nav-mobile-background-color);
      overflow-y: auto;
      transition: 0.3s;
      z-index: 9998;
      box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    }
  
    .navmenu a,
    .navmenu a:focus {
      color: var(--nav-dropdown-color);
      padding: 10px 20px;
      font-size: 17px;
      font-weight: 500;
      display: flex;
      align-items: center;
      justify-content: space-between;
      white-space: nowrap;
      transition: 0.3s;
    }
  
    .navmenu a i,
    .navmenu a:focus i {
      font-size: 12px;
      line-height: 0;
      margin-left: 5px;
      width: 30px;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      transition: 0.3s;
      background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
    }
  
    .navmenu a i:hover,
    .navmenu a:focus i:hover {
      background-color: var(--accent-color);
      color: var(--contrast-color);
    }
  
    .navmenu a:hover,
    .navmenu .active,
    .navmenu .active:focus {
      color: var(--nav-dropdown-hover-color);
    }
  
    .navmenu .active i,
    .navmenu .active:focus i {
      background-color: var(--accent-color);
      color: var(--contrast-color);
      transform: rotate(180deg);
    }
  
    .navmenu .dropdown ul {
      position: static;
      display: none;
      z-index: 99;
      padding: 10px 0;
      margin: 10px 20px;
      background-color: var(--nav-dropdown-background-color);
      border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
      box-shadow: none;
      transition: all 0.5s ease-in-out;
    }
  
    .navmenu .dropdown ul ul {
      background-color: rgba(33, 37, 41, 0.1);
    }
  
    .navmenu .dropdown>.dropdown-active {
      display: block;
      background-color: rgba(33, 37, 41, 0.03);
    }
  
    .mobile-nav-active {
      overflow: hidden;
    }
  
    .mobile-nav-active .mobile-nav-toggle {
      color: #fff;
      position: absolute;
      font-size: 32px;
      top: 25px;
      right: 25px;
      margin-right: 0;
      z-index: 9999;
    }
  
    .mobile-nav-active .navmenu {
      position: fixed;
      overflow: hidden;
      inset: 0;
      background: rgba(33, 37, 41, 0.8);
      transition: 0.3s;
    }
  
    .mobile-nav-active .navmenu>ul {
      display: block;
    }
  }


  /*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
footer {
    border-top: 1px solid color-mix(in srgb, var(--background-color), transparent 80%);
    background-color: #E3E1E161;
    padding-top: 50px;
    margin-top: 20px;
}
.footer {
    color: var(--default-color);
    font-size: 14px;
    padding-bottom: 50px;
    position: relative;
  }
  
  .footer .footer-top {
    padding-top: 50px;
  }
  .footer img {
    width: 100px;
    height: 190px;
    display: flex;
   margin: auto;
  }
  footer .copy {
    background-color: var(--background-color);
    padding: 15px;
    font-size: 18px;
  }
  footer .useful-links {
    padding-right: 0;
  }
  .footer .useful-links li i {
    color: var(--background-color);
  }
  .footer .useful-links li a {
    padding-right: 8px;
    font-size: 16px;
  }

  .footer .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 50%);
    font-size: 16px;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    margin-right: 10px;
    transition: 0.3s;
  }
  
.footer p {
    font-size: 24px;
    margin-bottom: 0;
}
.footer .social-links a:hover {
  color: var(--background-color);
  border-color: var(--background-color);
}
.footer .img-links {
    width: 80%;
    height: 150px;
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background-color: var(--accent-color);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
  }
  
  .scroll-top i {
    font-size: 24px;
    color: var(--contrast-color);
    line-height: 0;
  }
  
  .scroll-top:hover {
    background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
    color: var(--contrast-color);
  }
  
  .scroll-top.active {
    visibility: visible;
    opacity: 1;
  }

  
  
  /*--------------------------------------------------------------
  # Disable aos animation delay on mobile devices
  --------------------------------------------------------------*/
 
  
  /*--------------------------------------------------------------
# Home Page
--------------------------------------------------------------*/
.home-page .text-bg {
    background-color: var(--background-color);
    padding: 20px;
    border-radius: 20px;
}
.home-page .text-bg p {
    color: var(--contrast-color);
}

.home-page .under-header {

  padding: 150px 0px 90px 0px;
  height: 400px;
}
.home-page .under-header .image1 {
  width: 180px;
  height: 280px;
}
.home-page .under-header .image2 {
  width: 44%;
}
@media (max-width:600px) {
  .home-page .under-header .image1 {
    width: 100%;
    height: auto;
  }
  .home-page .under-header .image2 {
    width: 97%;
  }
  
}

.home-page .under-header h1 {
    color: #000;
    font-size: 50px;
}
.home-page .under-header p {
    font-size: 22px;
}
.home-page .under-header .contact-btn {
    display: flex;
    margin: auto;
    width: 240px;
    background-color: var(--background-color);
    border-color: var(--background-color);
    text-align: center;
    font-size: 18px;
    padding: 12px 27px;
    margin-top:50px;
    transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
    
}
.home-page .under-header .contact-btn:hover {
    background-color: #670B34F7;
    border-color: #670B34F7;
}
 .goals-img {
    width: 60%
}
.home-page .video iframe {
    display: flex;
    margin: 100px auto;
    width: 80%;
    height: 400px;
}


/* Home - Mobile */
@media (max-width: 500px) {

    .home-page .under-header {
        background-position: 0px -18px;
      background-size: 105% auto;
      padding: 60px 0px 90px 0px;
      height: 250px;
    }
    .home-page .under-header h1 {
        font-size: 26px;
    }
    .home-page .under-header p {
        font-size: 14px;
    }
    .home-page .under-header .contact-btn {
        width: 185px;
        font-size: 16px;
        padding: 10px;
    }
    .home-page .goals-img {
        width: 90%
    }
    .home-page .video iframe {
        width: 90%;
        height: 300px;
    }
}
@media (max-width: 900px) {

    .home-page .under-header {
        background-position: 25px -18px;
      background-size: 95% auto;
      padding: 60px 0px 90px 0px;
      height: 250px;
    }


    .home-page .under-header .contact-btn {
        width: 185px;
        font-size: 16px;
        padding: 10px;
    }
}

/**********************************
/// Leadeship page ///

**********************************/
.leadership {
  width: 25%;
}
@media (max-width:650px) {
  .leadership {
    width: 60%;
  }
}


/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
.team .team-member {
  background-color: var(--surface-color);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 640px) {
  .team .team-member:hover {
    transform: scale(1.06);
  }
}

.team .team-member .member-img {
  position: relative;
  overflow: hidden;
}
@media (max-width:650px) {
  .team .team-member {
    width: 80%;
    margin: 10px auto;
  }
}

.team .team-member .member-info {
  padding: 20px 10px;
  text-align: center;
  background-color: #f3f3f3;
}

.team .team-member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--background-color);
}

.team .team-member .member-info span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: var(--background-color);
}

.team .team-member .member-info p {
  font-style: italic;
  font-size: 16px;
  line-height: 26px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.team .team-member:hover .social {
  opacity: 1;
}
.details img {
  width: 350px;
  height: 350px;
  background-color: #fafafa;
}
.links-pagination nav {
  margin: auto;
  margin-top: 80px;
  margin-bottom: 50px;
}
.active > .page-link,
 .page-link.active,
 .page-link:focus {
  color: #fff;
  background-color: #670b34;
  border-color: #670b34;
  padding: 10px 25px;
}
.page-link:hover {
  color: #fff;
  background-color: #670b34;
  border-color: #670b34;
}
.page-link {
  color: #222;
  font-size: 18px;
}
.links-pagination a,
.page-links,
.page-item:first-child .page-link,
.page-item:last-child .page-link {
  padding: 10px 25px;

}
.team .phone {
  display: none;
}
@media (max-width:680px) {
  .team .phone {
    display: flex;
  }
  .team .desktop {
    display: none;
  }
}

/*--------------------------------------------------------------
# TeamX Section
--------------------------------------------------------------*/
.teamx .team-member {
  background-color: var(--surface-color);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
}
@media (min-width: 640px) {
  .teamx .team-member:hover {
    transform: scale(1.06);
  }
}

.teamx .team-member .member-img {
  position: relative;
  overflow: hidden;
}
.teamx .team-member p {
  position: absolute;
  bottom: -16px;
  background: #fff;
  width: auto;
  font-size: 17px;
  padding-left: 10px;
}
@media (max-width:650px) {
  .teamx .team-member {
    width: 80%;
    margin: 10px auto;
  }
}

.teamx .team-member .member-info {
  padding: 15px 10px;
  text-align: center;
  width: 75%;
  background-color: var(--background-color);
  margin-top: 12px;
}

.teamx .team-member .member-info h4 {
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 17px;
  color: #fff;
  text-align: right;
  max-width: 90%;
  height: 45px;
}
.teamx .team-member .member-info i {
  margin-right: auto;
  margin-top: 3px;
}

.teamx .team-member .member-info span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: var(--background-color);
}

.teamx .team-member .member-info p {
  font-style: italic;
  font-size: 16px;
  line-height: 26px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.teamx .team-member:hover .social {
  opacity: 1;
}
.details img {
  width: 350px;
  height: 350px;
  background-color: #fafafa;
}

.teamx .phone {
  display: none;
}
@media (max-width:680px) {
  .teamx .phone {
    display: flex;
  }
  .teamx .desktop {
    display: none;
  }
}
/*---------------------------------
// Services Page ------------------
-----------------------------------*/
.accordion-button {
  background-color: #f0f0f0;
  font-size: 20px;
  text-align: right;
}
.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: var(--background-color)
}
.accordion {
  --bs-accordion-btn-color:var(--background-color);
  --bs-accordion-btn-focus-box-shadow:none;
  --bs-accordion-btn-icon-width :20px
  
}
.accordion-button::after {
  margin-left: 0;
  margin-right: auto;
 
}
.accordion-button:not(.collapsed)::after {
  background-image: url('/img/down.png');
}
.accordion .accordion-item {
  margin-bottom: 10px;
}
/*---------------------------------
// Contact Page ------------------
-----------------------------------*/

.contact-page .contact-card div {
  margin: auto;
}
.contact-page .contact-card i {
  font-size: 44px;
  margin: auto;
  color:var(--background-color);
}
.contact-page .form-control {
  font-size: 18px;
}
.contact-page .contact-btn {
  display: flex;
  margin: auto;
  width: 240px;
  background-color: var(--background-color);
  border-color: var(--background-color);
  text-align: center;
  font-size: 18px;
  padding: 12px 90px;
  margin-top:50px;
  transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
  
}
.contact-page .contact-btn i {
  margin-left: 5px;
  margin-top: 3px;
}

/*---------------------------------
// Follow Case Page ------------------
-----------------------------------*/
.follow-case .form-control {
  font-size: 18px;
}
.follow-case .btn {
  display: flex;
  margin: auto;
  width: 120px;
  background-color: var(--background-color);
  border-color: var(--background-color);
  text-align: center;
  font-size: 18px;
  padding: 12px 30px;
  margin-top:50px;
  transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
  
}
.follow-case .shadow {
  width: 60%;
}
.follow-case input,
.follow-case .alert {
  width: 70%;
  margin: auto;
}
.follow-case .link-back {
  margin:auto;
  margin-top: 40px;
  display: flex;
  width: 75px;
  color: #670b34;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.follow-case .link-back i {
  margin-right: 8px;
  margin-top: 4px;
}
.follow-case .link-back:hover {
  color: #444444;
}
@media (max-width:600px) {
  .follow-case .shadow {
    width: 95%;
  }
  .follow-case input,
  .follow-case .alert {
    width: 95%
  }
  .follow-case h5 {
    font-size: 18px;
  }
}