﻿/* general */
@font-face {
  font-family: "SIDF_Font";
  src: url("../fonts/NeoSansArabic_1.0.1.ttf") format("truetype");
}
@font-face {
  font-family: "SIDF_Font_Bold";
  src: url("../fonts/NeoSansArabic-Bold.ttf") format("truetype");
}
* {
  box-sizing: border-box;
  font-family: "SIDF_Font", Sans-serif;
  scroll-behavior: smooth;
}
html {
  overflow-x: hidden;
}

table th,
table td {
  white-space: nowrap;
}
div:has(table) {
  overflow-x: auto;
}
.main,
.pt_container {
  overflow-y: hidden;
  overflow-x: hidden;
}
p {
  color: #54595f;
  font-family: "SIDF_Font", Sans-serif;
  font-size: 16px;
}
a {
  text-decoration: none;
}

/* container */
.pt_container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 2rem;
}

/* buttons */
.pt_button {
  text-align: center;
  padding: 10px 28px 10px 21px;
  transition: 0.3s all ease-out;
  font-size: 14px;
  font-weight: 500;
  min-width: max-content;
  overflow: hidden;
  position: relative;
  outline: none;
  z-index: 0;
}
.pt_button::after {
  width: 100%;
  height: 0;
  top: 50%;
  right: 50%;
  opacity: 0;
  transform: translateX(50%) translateY(-50%) rotate(-45deg);
  content: "";
  position: absolute;
  z-index: -1;
  transition: all 0.3s ease-out;
  background: #666;
}
.pt_button:hover::after {
  height: 260%;
  opacity: 1;
}
.t-w-button {
  border: #ffffff solid 2px;
  background-color: transparent;
  color: #ffffff;
}
.t-w-button:hover {
  background-color: #ffffff;
  color: #6c9e10;
}
.t-w-button::after {
  background-color: #ffffff;
}
.g-w-button {
  border: #6c9e10 solid 2px;
  background-color: #6c9e10;
  color: #ffffff;
}
.g-w-button:hover {
  background-color: #ffffff;
  color: #6c9e10;
}
.g-w-button::after {
  background-color: #ffffff;
}
.g-w-button-1 {
  border: #ffffff solid 2px;
  background-color: #6c9e10;
  color: #ffffff;
}
.g-w-button-1:hover {
  background-color: #ffffff;
  color: #6c9e10;
}
.g-w-button-1::after {
  background-color: #ffffff;
}
.w-g-button {
  border: #6c9e10 solid 2px;
  background-color: #ffffff;
  color: #6c9e10;
}
.w-g-button:hover {
  background-color: #6c9e10;
  color: #ffffff;
}
.w-g-button::after {
  background-color: #6c9e10;
}
.w-g-button-1 {
  border: #ffffff solid 2px;
  background-color: #ffffff;
  color: #6c9e10;
}
.w-g-button-1:hover {
  background-color: #6c9e10;
  color: #ffffff;
  border-color: #ffffff;
}
.w-g-button-1::after {
  background-color: #6c9e10;
}
.b-w-button {
  border: #0185bd solid 2px;
  background-color: #0185bd;
  color: #ffffff;
}
.b-w-button:hover {
  background-color: #ffffff;
  color: #0185bd;
}
.b-w-button::after {
  background-color: #ffffff;
}

/* titles */
.green-title-35 {
  color: #55a61c;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.5em;
}
.green-title-30 {
  color: #55a61c;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3em;
}
.green-title-28 {
  color: #55a61c;
  font-size: 28px;
  font-weight: 500;
}
.green-title-26 {
  color: #55a61c;
  font-size: 26px !important;
  font-weight: bold;
}
.green-title-24 {
  color: #55a61c;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5rem;
}
.green-title-22 {
  color: #55a61c;
  font-size: 22px;
  font-weight: bold;
  line-height: 1em;
}
.green-title-20 {
  color: #55a61c;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
}
.green-title-18 {
  color: #55a61c;
  font-size: 18px;
  font-weight: 500;
}
.yellow-title-30 {
  color: #e1d33c;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3em;
}
.blue-title-30 {
  color: #0185bd;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3em;
}
.blue-title-26 {
  color: #0185bd;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5em;
}
.blue-title-24 {
  color: #3c81b3;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5rem;
}
.blue-title-22 {
  color: #0185bd;
  font-size: 22px;
  font-weight: bold;
}
.blue-title-20 {
  color: #0185bd;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
}
.blue-title-18 {
  color: #0185bd;
  font-size: 18px;
  font-weight: 500;
}
.black-title-26 {
  color: #54595f;
  font-size: 26px !important;
  font-weight: bold;
}
.black-title-24 {
  color: #54595f;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5rem;
}
.black-title-22 {
  color: #54595f;
  font-size: 22px;
  font-weight: bold;
}
.black-title-20 {
  color: #54595f;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
}
.black-title-16 {
  color: #54595f;
  font-size: 16px;
  font-weight: 5400;
  line-height: 1.5;
}
.white-title-30 {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3em;
}
.white-title-28 {
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
}
.white-title-26 {
  color: #ffffff;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5em;
}
.white-title-24 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6em;
}
.white-title-22 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5em;
}
.white-title-20 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
}
.white-title-18 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}
.black-title-18 {
  color: #54595f;
  font-size: 18px;
  font-weight: 500;
}

/* background */
.background-0 {
  background-color: #55a61c;
}
.background-1 {
  background-color: #0185bd;
}
.background-2 {
  background-color: #3c81b3;
}
.background-3 {
  background-color: #73a612;
}
.background-4 {
  background-color: #72a647;
}

/* animation */
.animation-background {
  position: relative;
}
.animation-background::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transition: 1.3s ease-out;
}
.animation-background.active::before {
  background-position: left;
}
.animation-background-1::before {
  background: linear-gradient(
      to left,
      #ffffff 34%,
      #55a61c 34% 70%,
      transparent 70%
    )
    right;
  background-size: 400%;
}
.animation-background-2::before {
  background: linear-gradient(
      to left,
      #ffffff 34%,
      #3c81b3 34% 70%,
      transparent 70%
    )
    right;
  background-size: 400%;
}

.animation-fade-zoom-in {
  opacity: 0;
  transition: opacity 1.5s ease;
}
.animation-fade-zoom-in.active {
  opacity: 1;
}

.animation-fade-up {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition: all 1.5s ease;
}
.animation-fade-up.active {
  opacity: 1;
  transform: translateZ(0);
}

.animation-fade-down {
  opacity: 0;
  transform: translate3d(0, -100px, 0);
  transition: all 1.5s ease;
}
.animation-fade-down.active {
  opacity: 1;
  transform: translateZ(0);
}

.animation-fade-left {
  opacity: 0;
  transform: translate3d(100px, 0, 0);
  transition: all 1.5s ease;
}
.animation-fade-left.active {
  opacity: 1;
  transform: translateZ(0);
}

.animation-fade-right {
  opacity: 0;
  transform: translate3d(-100px, 0, 0);
  transition: all 1.5s ease;
}
.animation-fade-right.active {
  opacity: 1;
  transform: translateZ(0);
}

.animation-delay-400 {
  transition-delay: 400ms;
}
.animation-delay-800 {
  transition-delay: 800ms;
}
.animation-delay-1200 {
  transition-delay: 1200ms;
}

.animation-progress {
  width: 300px;
  height: 30px;
  border-radius: 5px;
  margin: 0 0;
  border: 1px solid #0185bd;
  overflow: hidden;
  position: relative;
  z-index: -100;
}

.animation-progress span {
  height: 100%;
  display: block;
  width: 0;
  color: rgb(255, 251, 251);
  line-height: 30px;
  position: absolute;
  text-align: end;
  padding-left: 5px;
  z-index: -100;
}

.progress-black span {
  background-color: #54595f;
}
.progress-green span {
  background-color: #72a647;
}

/* units */
.static-item-1-title {
  font-size: 16px;
  font-weight: bold;
  color: #54595f;
}
.static-item-1-container {
  display: flex;
  align-items: center;
}
.static-item-1-image-div img {
  width: 81px;
  margin-left: 20px;
}
.static-item-1-number {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0;
}
.static-item-1-content {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.5;
}

.static-item-2 {
  text-align: center;
}
.static-item-2-img {
  width: 81px;
}
.static-item-2-number {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
}
.static-item-2-content {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  text-align: center;
}
.static-item-3-img {
  width: 75px;
}
.static-item-3-number {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0;
}
.static-item-3-content {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.static-item-4-img {
  width: 75.75px;
}
.static-item-4-title {
  margin-top: 1.5rem;
  color: #54595f;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
}
.static-item-4-content {
  color: #54595f;
  font-size: 16px;
  font-weight: 5400;
  line-height: 1.5;
}

.static-item-5 {
  display: flex;
}
.static-item-5-img {
  width: 78px;
}
.static-item-5-title {
  font-size: 22px;
  font-weight: 500;
}
.static-item-5-content {
  font-size: 16px;
  font-weight: 400;
}

.static-item-6-img {
  width: 84px;
}
.static-item-6-title {
  color: #3c81b3;
  font-size: 18px;
  font-weight: 400;
  margin-top: 10px;
}

.static-item-7-img {
  width: 130px;
}
.static-item-7-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
}
.static-item-7-content {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.5;
}

.fund-tile {
  min-height: 350px;
  padding: 55px 25px;
  border: 1px solid #3c81b3;
}
.fund-tile-img-div {
  text-align: center;
}
.fund-tile-img {
  width: 180px;
}
.fund-tile-title {
  color: #3c81b3;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  text-align: center;
  margin-top: 2rem;
}

.sub-title-container {
  display: flex;
  align-items: center;
}
.sub-title-image {
  margin-left: 20px;
  width: 87px;
}
.sub-title-title {
  color: #72a647;
  font-size: 24px;
  font-weight: 500;
}

/* custom px */
/* margin */
.pt_mt-50 {
  margin-top: 50px !important;
}
.pt_mt-m-5rem {
  margin-top: -5rem;
}
.pt_mt-m-12rem {
  margin-top: -12rem;
}
/* width */
.pt_w-375 {
  width: 375px;
}
.pt_w-193 {
  width: 193px;
}
.pt_w-91 {
  width: 91px;
}
.pt_w-88 {
  width: 88px;
}
.pt_w-85-per {
  width: 85%;
}
.pt_w-70-per {
  width: 70%;
}
.pt_w-53-per {
  width: 53%;
}
.pt_w-40-per {
  width: 40%;
}
/* border */
.pt_border-right-green {
  padding-right: 15px;
  border-right: 3px solid #55a61c;
}
.pt_border-right-yellow {
  padding-right: 15px;
  border-right: 3px solid #e1d33c;
}
.pt_border-bottom {
  padding: 2rem;
  border-bottom: #54595f solid 1px;
}
/* font */
.pt_font-30 {
  font-size: 30px !important;
}
.pt_font-size-18 {
  font-size: 18px !important;
}
/* z-index */
.pt_z-index-m-10 {
  z-index: -10;
}
.pt_z-index-10 {
  z-index: 10 !important;
}
/* shadow-box */
.pt_shadow-box {
  box-shadow: 0px 0px 21px 0px rgb(58 58 58 / 15%);
  padding: 1.5rem;
  min-height: 310px;
  background-color: #ffffff;
}
/* timeline */
.timeline--horizontal .timeline__item {
  vertical-align: bottom !important;
}
.pt_timeline-item {
  direction: rtl;
  background: transparent;
  border: none;
  text-align: center;
}
.pt_timeline-item::after,
.pt_timeline-item::before {
  display: none;
}
.pt_timeline-item-img {
  width: 134px;
}
.pt_timeline-item-title {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
  text-align: right;
}
.pt_timeline-item-content {
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

.pt_timeline-item-1 {
  direction: rtl;
  background: transparent;
  border: none;
}
.pt_timeline-item-1::after,
.pt_timeline-item-1::before {
  display: none;
}
.pt_timeline-item-1-title {
  color: #72a647;
  background-color: #d8d24d;
  font-size: 24px !important;
  font-weight: 500;
  padding: 0px 15px 0px 15px;
  text-align: center;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}
.pt_timeline-item-1-content {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  text-align: justify;
}
.pt_timeline-item-2 {
  direction: rtl;
  background: transparent;
  border: none;
  color: #ffffff;
}
.pt_timeline-item-2::after,
.pt_timeline-item-2::before {
  display: none;
}
.pt_timeline-item-2-img {
  width: 100px;
}
.pt_timeline-item-2-title-1 {
  color: #72a647;
  background-color: #d8d24d;
  font-size: 24px !important;
  font-weight: 500;
  padding: 0px 15px 0px 15px;
  text-align: center;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}
.pt_timeline-item-2-title-2 {
  font-size: 18px !important;
  font-weight: 500;
  color: #e1d33c;
}
.pt_timeline-item-2-content {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

/* table */
.pt_table-bar {
  width: 100%;
}
.pt_table-bar td {
  font-size: 20px;
  padding-top: 10px;
}

.pt_blue-table {
  width: 100%;
}
.pt_blue-table thead {
  background-color: #3c81b3;
  color: #ffffff;
}
.pt_blue-table thead tr th {
  padding: 10px 5px;
}
.pt_blue-table tbody {
  color: #54595f;
}
.pt_blue-table tbody tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.pt_blue-table tbody tr td {
  padding: 10px;
  font-size: 14px;
}

.pt_green-table {
  width: 100%;
}
.pt_green-table thead {
  background-color: #72a647;
  color: #ffffff;
}
.pt_green-table thead tr th {
  padding: 10px 5px;
}
.pt_green-table tbody {
  color: #54595f;
}
.pt_green-table tbody tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.pt_green-table tbody tr td {
  padding: 10px;
  font-size: 14px;
}

.pt_hover-table tbody tr {
  transition: all 0.3s;
}
.pt_hover-table tbody tr:hover {
  background-color: #f0f0f0;
}

.pt_head_border_table th {
  border: #ffffff solid 2px;
}
.pt_head_border_table {
  border-collapse: collapse;
}

.pt_black-tr,
.pt_black-tr:hover {
  background-color: #54595f !important;
  color: #ffffff;
  font-weight: bold;
}

/* color */
.pt_color-blue {
  color: #3c81b3 !important;
}
.pt_color-black {
  color: #54595f !important;
}
.pt_color-green {
  color: #55a61c !important;
}
.pt_color-yellow {
  color: #e1d33c !important;
}

/* map */

#map-container {
  height: max-content;
}
.map-position i {
  cursor: pointer;
}
.map-position-mark::before {
  cursor: pointer;
  content: "";
  width: 120%;
  height: 78%;
  border: 2px solid #e1d33c;
  border-radius: 100%;
  top: 3px;
  left: -2px;
  position: absolute;
  animation: position-ani 1s infinite ease-in-out;
}
@keyframes position-ani {
  to {
    width: 163%;
    height: 108%;
    top: -1px;
    left: -5px;
  }
}
.map-position-content {
  background-color: #f6f6f6;
  padding: 5px;
  border-radius: 3px;
  position: absolute;
  width: max-content;
  transform: scaleY(0);
  right: -52px;
  transform-origin: top;
  transition: transform 0.3s ease;
  z-index: 10;
}
.map-position-content * {
  font-size: 14px;
  margin: 0;
}
.map-position:hover .map-position-content {
  transform: scaleY(1);
}
#map-position-1 {
  right: 13%;
  top: 42%;
}
#map-position-2 {
  right: 26%;
  top: 37%;
}
#map-position-3 {
  right: 40%;
  bottom: 46%;
}
#map-position-3 .map-position-content {
  right: -78px;
}
#map-position-4 {
  right: 45%;
  top: 34%;
}
#map-position-5 {
  right: 48%;
  top: 38%;
}
#map-position-6 {
  right: 49%;
  top: 31%;
}
#map-position-7 {
  right: 79%;
  top: 39%;
}
#map-position-7 .map-position-content {
  right: -64px;
}

@media (max-width: 576px) {
  .static-item-1 {
    text-align: center;
    margin-top: 20px;
  }
  .static-item-1-container {
    justify-content: center;
  }
  .static-item-5 {
    display: block;
  }
  
}
}
@media (max-width: 325px) {
  .sub-title-container {
    display: block;
  }
}

.pt_font-sidf-bold {
  font-family: "SIDF_Font_Bold", Sans-serif;
}

/* line-height */
.pt_line-height-1 {
  line-height: 1;
}
