:root {
  --white: #fff;
  --blue: #21548c;
  --darkBlue: #055490;
  --lightBlue: #dbeafe;
  --text: #111827;
}
/* Global Styles */

@font-face {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Tajawal-Light.ttf);
}
@font-face {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Tajawal-Medium.ttf);
}
@font-face {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Tajawal-Bold.ttf);
}
@font-face {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 800;
  src: url(../fonts/Tajawal-ExtraBold.ttf);
}
@font-face {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/Tajawal-Black.ttf);
}

body {
  direction: rtl;
  text-align: right;
  overflow-x: hidden;
  font-family: "Tajawal", sans-serif;
}

h1,
p,
span,
h3,
h2,
h4 {
  margin: 0;
}
h1 {
  color: var(--blue);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 128.571%;
}
h2 {
  color: var(--text);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%;
}
.border-none {
  border: unset;
}
h3,
.accordion-button {
  color: var(--blue);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
h4 {
  color: var(--white);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
p,
.timeCard li,
a {
  color: var(--text);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.formInput p {
  text-align: right !important;
}

a {
  color: var(--white);
  text-decoration: none;
}
.footerTop li {
  line-height: 0;
}

.sectionPadding {
  padding: 40px 0;
}
/*  */
.smallTitle {
  flex-shrink: 0;
  border-radius: 0px 60px;
  background: var(--lightBlue);
  padding: 0px 16px;
  min-width: 96px;
  text-align: center;
}
.titleData p {
  color: rgba(17, 24, 39, 0.8);
}
.valuesSinad .titleData p {
  color: rgba(0, 0, 0, 0.8);
}
span {
  color: var(--blue);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.blueBtn {
  border-radius: 0px 60px;
  background: var(--blue);
  padding: 12px 32px;
  color: var(--white) !important;
}

.breadcrumb-item.active,
.breadcrumb-item + .breadcrumb-item::before,
.breadcrumb-item a {
  color: var(--white);
}
.breadcrumb-item.active {
  font-weight: 700;
  color: var(--White, #fff);
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
}
.breadcrumb .breadcrumb-item:first-child a {
  pointer-events: none;
  cursor: not-allowed;
  color: #a6bbd1;
}

/* header */
.navbarHeader {
  background-color: unset !important;
  position: absolute;
  z-index: 5;
  padding: 16px 0;
  width: 100%;
}
.navbar-nav {
  padding: 0;
}
.fixedNavbar {
  position: fixed !important;
  top: 0;
  z-index: 20;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background-color: var(--white) !important;
}

.dropdown-toggle::after,
.dropdown-menu {
  border: unset;
}
.dropdown-menu {
  padding: 0;
}
.headerItem {
  color: var(--white) !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.fixedNavbar .headerItem {
  padding: 5px 15px;
  color: var(--blue) !important;
}

header .dropdown-item {
  padding: 4px 6px;
  color: var(--blue) !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
header .dropdown-item:focus,
header .dropdown-item:hover {
  /* color: var(--blue) !important; */
  background-color: unset;
}
.navbar-toggler:focus {
  box-shadow: unset;
}
.menueHover.hovered {
  display: block;
}
/* banner */

.Banner {
  position: relative;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  /* 
  border: 1px solid #ccc;
  border-bottom-left-radius: 300px; */
}
.bannerPages {
  background: linear-gradient(
    97deg,
    rgba(33, 84, 140, 1) 67%,
    rgb(35, 85, 150) 67%,
    rgb(35, 85, 150) 73%,
    rgba(33, 84, 140, 1) 73%,
    rgba(33, 84, 140, 1) 91%,
    rgb(35, 85, 150) 91%,
    rgb(35, 85, 150) 96%,
    rgba(33, 84, 140, 1) 96%
  );
  border-bottom-left-radius: 290px;
  height: 170px;
  margin-top: 145px;
}

.errorSecrion {
  margin-top: 122px;
}
.bannerHomePage {
  border-bottom-left-radius: 50%;
  height: 995px;
  position: relative;
  z-index: 1;
}

.Banner h1,
.Banner p,
.Vision2030 h1,
.Vision2030 p {
  color: #fff;
}
.Vision2030 h1 {
  line-height: 111%;
}
.paddingSectionFixed {
  padding: 80px 0;
}

.firstSection {
  padding: 80px 0 40px;
}
.timelineSec,
.relatedNews,
.lastSection {
  padding-bottom: 80px;
}
.Vision2030Title p,
.dataBlue p {
  font-size: 18px;
  line-height: 155.556%;
}
.Vision2030Title,
.Vision2030Data {
  position: relative;
  z-index: 3;
}
.bannerData {
  max-width: 1023px;
}
.bannerData h1 {
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 107.692%;
}
.bannerData p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.blueImage {
  width: 444.196px;
  height: 511.843px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.blueMask {
  width: 12px;
  height: 100%;
  position: absolute;
  background-color: #055490;
}
.blueImage .mask {
  position: absolute;
  bottom: -1px;
  width: 100%;
  /* right: 0; */

  /* height: 100%; */
  /* left: -1px; */
}
.blueImage .fullImaga {
  width: 100%;
  position: relative;
  object-fit: cover;
  border-right: 12px solid var(--blue);
  border-bottom-right-radius: 200px;
  /* border-right: 12px solid var(--blue);
  border-bottom-right-radius: 200px; */
}

/* .blueImage img::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  height: 100%;
  width: 100%;
  background-image: url(/images/mask.svg);
  background-repeat: no-repeat; 
} */
.aboutText {
  max-width: 584px;
}
/* .blueImage::after {

  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-image: url(/images/sectionAboutBack1.jpg);
  background-repeat: no-repeat;
  z-index: -1;
} */
.Disclaimer {
  background-color: var(--blue);
  position: relative;
  border-radius: 0px 410px;
}
.disclaimerData {
  padding: 0 24px;
}
.disclaimerData h1 {
  text-align: center;
}
.disclaimerData h1,
.disclaimerData p {
  color: var(--white);
}

.shape {
  position: absolute;
  top: -70px;
  right: 20px;
  max-width: 263.77px;
  max-height: 179.24px;
}
/* .swiperTimeLine 
{
  height: 350px;
} */
.timeImage {
  width: 50px;
  height: 50px;
}
.timeImage img {
  height: 100%;
}
.timeText {
  max-width: 279px;
  height: 48px;
}
.timeDate {
  height: 40px;
}
.timeText p {
  font-size: 18px;
  line-height: 133%;
  color: var(--blue);
}
header .headerItem.active,
header .nav-item.dropdown.active {
  border-bottom: 2px solid var(--blue);
  padding-bottom: 16px;
  font-weight: 500;
}

.swiper-slide .divider {
  border: 1px solid rgba(33, 84, 140, 0.5);
}
.swiper-slide h1 {
  font-weight: 400;
  line-height: 0;
}
.swiper-slide-active h1 {
  font-weight: 700;
}
.swiper-slide-active .divider {
  border-width: 5px;
  border-color: var(--blue);
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: "" !important;
}
.swiper-button-lock {
  display: flex !important;
}

.timePrev {
  right: -50px;
  top: 59%;
}
.timeNext {
  left: -50px;
  top: 59%;
}
.dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid var(--Light-Blue, #a6bbd1);
}
.rowGap {
  row-gap: 32px;
}
.row-gap {
  row-gap: 38px !important;
}
.contactGap {
  row-gap: 16px;
}
.formCareerGap {
  row-gap: 24px;
}
.backgroungStrategicSectors {
  height: 650px;
}
.fullDiv {
  height: 100%;
}
.halfDiv {
  height: 80%;
  align-items: end;
}
.halfDiv h2 {
  line-height: 28px;
  font-size: 20px;
}
/* .StrategicSectorsBack {
  height: 800px;
}
.StrategicSectorsBack.div1 {
  height: 950px;
} */
.Affiliates {
  background: linear-gradient(0deg, #eff6ff 0%, #fff 100%);
}

.affiliatesImage {
  border-radius: 0px 200px;
  padding: 32px;
  display: flex;
  align-items: center;
  height: 148px;
  justify-content: center;
  background: var(--white);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.affiliatesImage img {
  height: 100%;
}
.Vision2030,
.StrategicSectorsBack,
.backgroungStrategicSectors {
  background-size: 100% 100%;
  /* background-position: center; */

  position: relative;
  background-repeat: no-repeat;
}

/* .beforeWhite
{
  border-top: 1px solid #fff;
}
.afterWhite
{
  border-bottom: 1px solid #fff;

} */
.Vision2030 {
  height: 880px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* .mask2{
  border-right: 1px solid #fff;
} */
/* .mask1
{
  border-right: 3px solid #fff;

} */

.visionData {
  border-radius: 0px 80px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(2px);
  height: 250px;
  padding: 14px 33px 10px;
  gap: 12px;
}

.itemsCard {
  border-radius: 0px 60px;
  background: var(--white);
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1),
    0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
/* .adsCard {
  height: 440px;
} */
.itemsCardData {
  padding: 24px;
}
.bussniessCard .itemsCardData {
  height: 100px;
}
.cardText {
  height: 56px;
}

.itemsCard h3,
.reportsText {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.adsCard h3,
.announcementCards h3 {
  color: var(--text);
}

.itemsCardData span {
  direction: ltr;
}
.adsImage {
  height: 256px;
  min-width: 100%;
}
.announcementCards {
  height: 185px;
}
.itemsCardImage img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  border-top-right-radius: 60px;
}
.bussnissSectorText {
  height: 48px;
}
/* .adsImage img {
  height: 100%;
} */
header .navbar-nav {
  gap: 17px;
}
.itemsCard a {
  color: var(--blue);
  font-weight: 600;
}
.adsCard a,
.announcementCards a {
  font-weight: 400;
}
.strategicSectorsText {
  padding: 24px;
  height: 100%;
}
.strategicSectorsText h2 {
  color: var(--white);
}
.strategicSectorsText p {
  color: rgba(255, 255, 255, 0.8);
}
.StrategicSectorsGrid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  height: 100%;
}
.mainSwiper div {
  position: unset;
}
/* .siandMsgVision h3 {
  color: var(--text);
} */
.sinadCircle {
  background-color: var(--lightBlue);
  border-radius: 9999px;
  padding: 6px;
}
.ads .sinadCircle {
  padding: 20px;
  background: rgba(255, 255, 255, 0.1);
}
.sinadtext {
  max-width: 544px;
  height: 72px;
}
.itemsValuesData {
  padding: 30px;
}
.valuesCard {
  border: 1px solid #e5e7eb;
  height: 170px;
}
.valuesText {
  max-width: 248px;
}
.valuesCard:hover,
.new-hover-effect:hover {
  background-color: var(--blue);
}
.new-hover-effect:hover h3,
.new-hover-effect:hover p,
.new-hover-effect:hover a,
.new-hover-effect:hover span,
.new-hover-effect:hover h2 {
  color: var(--white) !important;
}
.itemsCard .color-btn-hover:hover {
  color: var(--white) !important;
}
.valuesCard:hover h3,
.valuesCard:hover p,
.visionData h3 {
  color: var(--white);
}
.bigTitle {
  height: 72px;
}
.timeline {
  position: relative;
  padding: 2rem 0;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  margin-left: -2px;
  background-color: #bfdbfe;
}

.timeline-item {
  position: relative;
  margin-bottom: 23px;
}

.timeLineDate {
  position: absolute;
  top: 0;
  z-index: 2;
  left: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  /* height: 140px; */
  transform: translateX(-50%);
  gap: 23px;
  text-align: center;
  justify-content: center;
}
.timeline-badge {
  width: 100px;
  height: 100px;
  /* position: absolute;
  top: 0;
  z-index: 2;
  left: 50%; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 10px; */
  border-radius: 9999px;
  background: #dbeafe;
  /* transform: translateX(-50%); */
}

.timeline-date {
  /* position: absolute;
  top: 57%;
  left: 50%;
 */
  color: var(--blue);
  background-color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

.timeline-panel {
  width: 45%;
  max-width: 546px;
  position: relative;
}

.timeline-item:nth-child(odd) .timeline-panel {
  margin-right: calc(53% + 40px);
}

.timeline-item:nth-child(even) .timeline-panel {
  margin-left: calc(53% + 40px);
}
.timeCard {
  border: 1px solid #f3f4f6;
}
.timeCard h3,
.operationsCard h3 {
  display: block;
}
.directorsCard {
  border-radius: 0px 43.322px;
  min-height: 441px;
  box-shadow: 0px 1.444px 2.888px -1.444px rgba(0, 0, 0, 0.1),
    0px 2.888px 4.332px -0.722px rgba(0, 0, 0, 0.1);
}
.directoreImage {
  height: 346px;
}
.directoreImage img {
  height: 100%;
}
.directorsCard .itemsCardData {
  padding: 17.33px;
}
.DirectorsName {
  height: 40px;
}
.startegyGap {
  gap: 40px;
}
.strategicCard {
  height: 248px;
  padding: 25px;
}
.StrategicHeader {
  max-width: 738px;
}
.newsSectors .StrategicHeader {
  max-width: 700px;
}
.StrategicHeader h2 {
  color: var(--blue);
  font-size: 28px;
  line-height: 128.571%;
}
.strategicCard .sinadCircle,
.operationsCard .sinadCircle {
  padding: 12px;
}
.stratigicTitle {
  height: 64px;
}

.stratigicList ul,
.dataTest ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.stratigicList ul li,
.dataTest ul li {
  position: relative;
  font-size: 16px;
}

.stratigicList ul li {
  color: var(--text);
}
.dataTest ul li,
.stratigicList ul li {
  padding-right: 20px;
}
.stratigicList ul li:before,
.dataTest ul li::before {
  content: "";
  position: absolute;
  right: 0;
  display: flex;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
}
.stratigicList ul li:before {
  background: url(images/../../Icon-290.svg) no-repeat center;
  width: 14px;
  top: 50%;
  height: 16px;
  /* padding: 16px; */
  /* background-color: #dbeafe; */
}
.dataTest ul li::before {
  width: 12px;
  top: 10px;
  height: 13px;
  background-color: var(--blue);
}
.operationsTitle {
  height: 83px;
  max-width: 242px;
}
.operationsCard {
  height: 220px;
}
.startdicOperationText {
  min-height: 70px;
  max-height: 75px;
}
.strategicSectorsCard {
  min-height: 412px;
}
.strategicCardImage {
  height: 192px;
}
.text {
  max-width: 705px;
  text-align: center;
}
.circle {
  border-radius: 66px;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1),
    0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  display: flex;
  width: 80px;
  height: 80px;
  justify-content: center;
  align-items: center;
}
.circleBlue {
  background: var(--blue);
}
.circleLightBlue {
  background: #66afe3;
}
.dividerBusinessSectors {
  height: 4px;
  width: 100%;
  background: linear-gradient(
    90deg,
    var(--blue) 0%,
    #b4d8f1 50%,
    var(--blue) 100%
  );
}
.smallDivider {
  width: 80px;
  height: 4px;
  background-color: #1e3a8a;
}
.title {
  height: 28px;
}
.dataTest {
  max-width: 325px;
  height: 270px;
}
.box {
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  padding: 32px;
}
.unclaimedProfitsForm p {
  font-weight: 700;
  line-height: 24px;
}
.unclaimedProfitsForm .itemsCardData {
  padding: 32px;
}

input,
textarea,
.upload {
  direction: rtl !important;
  border-radius: 8px !important;
  border: 1px solid #d1d5db !important;
  background-color: var(--white) !important;
  padding: 13px 17px !important;
}
::placeholder {
  color: #6b7280;
  font-size: 16px;
  /* font-family: Tajawal; */
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
label {
  color: var(--text);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
/* .formInput ::placeholder {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #d1d5db;
  font-family: Inter;
} */
textarea {
  height: 122px;
}
input.blueBtn {
  padding: 12px 0;
  border-radius: 0px 60px !important;
  background: var(--blue) !important;
  font-weight: 700;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: unset;
}
.dateBlue {
  background: linear-gradient(135deg, #21548c 0%, #608cc8 100%);
  padding: 24px;
  min-height: 96px;
  border-top-right-radius: 60px;
}
.businessSectorsImage {
  height: 192px;
}
.dateBlue h1 {
  color: var(--white);
  font-size: 30px;
}
.dateBlue .date span {
  color: var(--white);
}
.fileCard {
  height: 272px;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1),
    0px 4px 6px -1px rgba(0, 0, 0, 0.1);
}
/* .moreads .blueBtn {
  border-radius: 4px;
} */
.downloadFile .blueBtn {
  padding: 6px 22px;
}
.fileTitle h4,
.shareholdersTitle h4,
.menuTitle p,
.financialstatementsTitle h4,
.finicialData .title h4 {
  color: var(--blue);
}
.shareholdersTitle p {
  font-size: 20px;
}
.downloadFile span {
  color: #6b7280;
  font-size: 12px;
  line-height: 16px;
}

.reportsText p {
  font-size: 14px;
  line-height: 20px;
}

.reportsText {
  max-width: 346.656px;
  height: 40px;
}
.shareholdersText {
  height: 140px;
  overflow: hidden;
  transition: height 0.4s ease;
}
.shareholdersText.expanded {
  height: auto;
}
/* .read-more-btn {
  background: none;
  border: none;
  color: #642b8f;
  cursor: pointer;
  font-weight: 500;
  padding: 0;
  margin-top: 5px;
} */
.filterBox,
.tabAll {
  border-radius: 9999px;
  background: var(--white);
  padding: 4px;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1),
    0px 4px 6px -1px rgba(0, 0, 0, 0.1);
}
/* .navTabs 
{
  overflow: scroll;
}
.navTabs li
{
  width: 1000px;
  white-space: nowrap;
} */
/* .Vision2030::after {
  content: "";
  height: 20%;
  background-image: url(/images/mask.svg);
  background-color: #fff;
  width: 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
} */
.mask1,
.mask2 {
  /* position: absolute; */
  /* width: ; */
  z-index: 2;
  /* BORDER-RIGHT: 1PX SOLID #FFF; */
  /* outline: 12px solid transparent; */
  /* outline: .5px solid white; */
}
.whiteDiv {
  /* position: absolute;
  position: absolute; */
  width: -webkit-fill-available;
  z-index: 3;
  background-color: white;
  /* outline: 0.5px solid white; */
}
/* .beforeWhite
{
  border-top: 1px solid #fff;
  border-left: 3px solid #fff;
}
.afterWhite
{
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
} */
.mask1 {
  /* right: 0;
  bottom: 0; */
  /* border-right: 2px solid #fff; */
}
.mask2 {
  /* top: 0;
  left: 0; */
  transform: rotate(-180deg);
}

.filterBox a,
.navTabs .nav-link {
  color: #6b7280;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 24px;
}
.navTabs .nav-link {
  /* max-width: 277px; */
  border-radius: 60px;
}
.tabAll {
  margin-bottom: 35px;
}
.filterBox a.active,
.navTabs .nav-link.active {
  color: var(--white);
  background: var(--blue);
  border-radius: 20px;
}
.navTabs .nav-link.active {
  border-radius: 60px;
}
.blue {
  min-height: 160px;
  background: url(images/../../blue.svg) no-repeat center;
  background-size: cover;
  /* border-radius: 12px 12px 0 0; */
  gap: 12px;
}
.financialstatementsCard {
  border-radius: 0;
  height: 324px;
}
.financialstatementsCard.first .blue {
  border-top-right-radius: 60px;
}
.blue p,
.blue h1,
.dataBlue h2,
.dataBlue p {
  color: var(--white) !important;
}
.blue h1 {
  font-size: 48px;
  line-height: 100%;
}

.greyBack {
  border-radius: 8px;
  background: #f9fafb;
  padding: 8px 16px;
}
.FinancialCard {
  border-radius: 0px 0px 0px 60px;
}
.finicialData {
  height: 100%;
  padding: 32px 10px 32px 32px;
  justify-content: center;
}
.finicialData .blueBtn {
  border-radius: 4px;
}

.financialstatementsText p {
  font-size: 14px;
  line-height: 20px;
}
.StrategicSectorsData {
  max-width: 287px;
}
.circleFinical {
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.1);
  width: 128px;
  height: 128px;
}

/* .backgroungStrategicSectors::after {
  content: "";
  position: absolute;
  z-index: 22;
  clip-path: ellipse(120px 140px at 10% 20%);
  width: 100%;
  height: 100%;
  top: 0;
} */
.directorsCommitteesCard span {
  color: var(--text);
}
.shareholders .sinadCircle,
.directorsCommitteesCard .sinadCircle {
  padding: 12px;
  /* height: 64px; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 64px; */
}

.directorsCommitteesCard {
  height: 320px;
  padding: 32px;
}
.directorsCommitteesCardtitle {
  height: 35px;
  display: flex;
  align-items: center;
}
.directorsCommitteesCardtitle h2,
.innerText h2 {
  color: var(--blue);
}
.goverText {
  height: 72px;
}
.accordion-button {
  background: linear-gradient(135deg, #21548c 0%, #608cc8 100%);
  padding: 24px;
  border-radius: 4px;

  transition: color 0.1s ease;
  color: var(--white);
}
.accordion-button:focus,
.form-control:focus {
  box-shadow: unset;
  border-color: unset;
}
.ltr {
  direction: ltr !important;
}
.accordion-item {
  border: unset;
}
.accordion-body {
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1),
    0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 24px;
}
.accordion-button::after,
.accordion-button:not(.collapsed)::after {
  background-image: url(images/../../Icon-980.svg);
  background-size: 1rem;
}
.accordion-button:not(.collapsed) {
  color: var(--white);
  border-radius: 4px;
  background: var(--blue);
}
.accordion-body h4 {
  color: var(--blue);
}
.contact {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 32px;
  border-radius: 20px;
}
.contactCircle {
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.3);
  display: flex;
  /* width: 48px; */
  /* height: 48px; */
  padding: 8px;
  height: 48px;
  justify-content: center;
  align-items: center;
}
.contactData span {
  color: var(--white);
}
.contactData a {
  font-size: 14px;
}
.contctForm {
  border-radius: 16px;
  background: var(--White);
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1),
    0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  padding: 32px;
}
.adsItemsCard {
  height: 272px;
}
.adsItemsCard span {
  color: #6b7280;
}
.adsItemsCard a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.adsText {
  height: 70px;
}
.adsText h4 {
  color: var(--blue);
}
.goverText p,
.adsText h4,
.startdicOperationText p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.goverText p,
.startdicOperationText p {
  -webkit-line-clamp: 3;
}
.shareholdersCards {
  margin-bottom: 30px;
}
.shareholdersCards {
  height: 265px;
}
.read-more-btn {
  cursor: pointer;
}
.shareholdersCards.expanded {
  height: auto;
}
/* footer */
footer {
  background: linear-gradient(
    97deg,
    rgba(33, 84, 140, 1) 67%,
    rgb(35, 85, 150) 67%,
    rgb(35, 85, 150) 73%,
    rgba(33, 84, 140, 1) 73%,
    rgba(33, 84, 140, 1) 91%,
    rgb(35, 85, 150) 91%,
    rgb(35, 85, 150) 96%,
    rgba(33, 84, 140, 1) 96%
  );

  border-top-right-radius: 300px;
  padding: 48px 0 20px 0;
  width: 100%;
}

.footerList ul {
  list-style: none;
}
footer p {
  font-weight: 700;
  color: var(--white);
}
.footerBottom p {
  font-weight: 400;
  text-align: center;
}
.footerDivider {
  padding-top: 33px;
  border-top: 1px solid #e5e7eb;
}
.footerTop {
  padding-bottom: 48px;
}

.directorsCard p,
.financialstatements p,
.GovernanceTitle p {
  color: #4b5563;
}
.stratigicTitle h2,
.directorsReports h2,
.directorsCard h4 {
  color: var(--blue);
}

.Sinadsectors {
  padding-bottom: 60px;
}

.financialstatementsTitle {
  height: 40px;
}

.greyBack span {
  color: #6b7280;
}
.greyBack p {
  font-weight: 700;
  color: var(--blue);
}

.contctForm .blueBtn {
  border-radius: 4px;
}
textarea:focus {
  outline: none;
}

.greyBack:nth-child(2) p {
  direction: ltr;
}
.timeCard {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

/* .swiperTimeLine .swiper-wrapper {
  height: 260px;
} */

.adsData .blueBtn {
  padding: 8px 36px;
  margin-top: 8px;
}
/* 
.dropdown-item {
  white-space: normal;
  word-break: break-word;
}
.dropdown-menu.show {
  max-width: 281px;
  width: max-content;
  min-width: 98px;
} */

.employess p {
  color: var(--blue);
  font-weight: 700;
}

.startdicOperationTitle {
  height: 30px;
}

.blueBox {
  border-radius: 0px 60px;
  background: #eff6ff;
  height: 140px;
  padding: 16px;
}

.blueBox .sinadCircle {
  padding: 9px;
}

.blueboxText p {
  color: var(--blue);
  font-weight: 700;
}

.blueboxText span {
  color: var(--text);
}

.innerImage {
  height: 400px;
}
.borderImage img {
  height: 100%;
  border-radius: 0px 60px;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1),
    0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.sectiongGap {
  gap: 64px;
}
.strategicSectorsinnerCard .sinadCircle {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.newsIcons i,
.newsIcons p,
.dotes {
  color: #6b7280;
}

.greyText {
  border-radius: 8px;
  border-right: 4px solid var(--blue);
  background: #f9fafb;
  padding: 24px 28px 24px 24px;
}
.greyText h3 {
  color: var(--text);
  font-weight: 400;
  display: block;
}

.greyText h4 {
  font-weight: 500;
  color: var(--text);
}

.newsData h2 {
  color: var(--blue);
}

.sinadTextSectore {
  max-width: 751px;
  text-align: center;
}

.financialstatementsText {
  height: 40px;
}

.contactUsBtn input {
  border: unset !important;
  background-color: unset !important;
  color: #fff;
  padding: unset !important;
  font-weight: 700;
}

.uploadFile {
  opacity: 0;
  padding: 0 !important;
}

.upload img {
  position: absolute;
  right: 1%;
  top: 30%;
}
.upload label {
  position: absolute;
  right: 4.5%;
  top: 30%;
  color: #6b7280;
  font-weight: 400;
}

.fileContanier span {
  color: #6b7280;
}
.Agree span {
  color: var(--text);
}
.Agree input {
  display: flex;
  width: 16px;
  height: 16px;
  padding: 1px;
  justify-content: flex-end;
  align-items: flex-start;
  accent-color: var(--blue);
}

.errorNum h1 {
  font-size: 180px;
  font-weight: 900;
  z-index: 1;
  line-height: 100%;
}

.btnErrorPage a {
  padding: 16px 34px;
  color: var(--blue);
  border-radius: 4px;
  border: 2px solid var(--Blue, #21548c);
}

a.blueError {
  background-color: var(--blue);
  color: white;
}

.beforeNum,
.afterNum {
  border-radius: 9999px;
  opacity: 0.2;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  position: absolute;
}
.beforeNum {
  width: 96px;
  height: 96px;
  right: 0;
  z-index: 0;
  top: -14px;
  background: var(--icons-1, #66afe3);
}
.afterNum {
  width: 128px;
  height: 128px;
  background: #bfdbfe;
  position: absolute;
  left: -74px;
  z-index: 2;
  bottom: -4px;
}

.errorTitle {
  max-width: 282px;
}

.errorTitle h1 {
  color: var(--text);
  font-size: 48px;
  line-height: 100%;
}
.errorText h3 {
  color: var(--text);
  font-weight: 400;
}

/* .images-backgound-new {
  border-left: 0.5px solid white;
  border-right: 0.5px solid white;
  width: 20%;
  height: 80%;
  background-position: center;
} */

.images-backgound-new {
  border-left: 0.5px solid white;
  background-repeat: no-repeat;
  border-right: 0.5px solid white;
  width: 20%;
  height: 80%;
  background-position: top center;
  transition: height 1s ease, border-radius 1s ease;
}

.h-80 {
  height: 80%;
}

.backgroungStrategicSectors {
  height: 95vh;
}

.StrategicSectorsData {
  max-width: unset;
}
.change-background-image {
  height: 85%;
  background-size: cover;
  background-repeat: no-repeat;
  /* transition: background-image 0.6s ease-in-out; */
  position: relative;
  border-bottom: 1px solid #fff;
  transition: opacity 0.75s ease;
}

.strategicSectorsText {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  /* transition: all 0.6s ease; */
  transition: justify-content 0.9s ease, align-items 0.9s ease;
}

.hover-image-action h2 {
  transition: transform 0.6s ease, opacity 0.6s ease;
  transform: translateY(0);
  opacity: 1;
}

/* Center text on hover */

.hover-image-action:hover .strategicSectorsText {
  justify-content: center;
  align-items: center;
}

.hover-image-action:hover .text-with-link {
  transform: translateY(-10px);
  opacity: 1;
}
.fade-out {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none; /* make it unclickable */
}

.fade-in {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.text-with-link {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease, max-height 0.5s ease;
  transform: translateY(-10px);
}

.text-with-link.show {
  opacity: 1;
  transition: opacity 0.9s ease, max-height 0.9s ease;
  transform: translateY(-10px);
  max-height: 300px;
}
.text-with-link {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}

.bottomImage {
  height: 20.2%;
  background-size: 100% 100%;
  background-color: #fff;
}
.btnErrorPage {
  padding-top: 30px;
}

.h-125 {
  height: 210px;
}

.page-btn {
  color: var(--blue);
  font-size: 18px;
  font-style: normal;
  border-radius: 50%;
  background-color: #fff;
  line-height: normal;
  /* display: flex;
  align-items: center;

  justify-content: center; */
  display: flex;
  padding: 12px 14px;
  align-items: flex-start;
  gap: 10px;
  font-weight: 400;
}
.page-btn:not(.disabled):hover {
  color: var(--blue);
}
.pagination-pages .page-btn {
  border: 2px solid var(--blue);
  padding: 13px 14px 13px 23px;
  width: 49px;
  height: 49px;
  flex-shrink: 0;
}

.pagination-pages .page-btn.active {
  background-color: var(--blue);
  color: #fff;
  font-weight: 700;
}
.page-btn.disabled {
  pointer-events: none;
  cursor: not-allowed;
  color: #6b7280;
}

.pagination-next .page-btn {
  font-weight: 700;
}

.page-btn.dotes {
  padding: 13px 23px 13px 14px;
}

.StrategicSectors {
  padding-top: 80px;
}

.blueBtn:hover,
.input.blueBtn:hover {
  background-color: #66afe3 !important;
}

footer a:hover,
header .dropdown-item:focus,
header .dropdown-item:hover,
.headerItem:hover,
.itemsCard a:hover,
.a:hover {
  color: #66afe3 !important;
}
.strategicSectorsText h2 {
  width: 180px;
  font-size: 20px;
  font-weight: 700;
}
.bottomImage {
  background-image: url("../Subtract.png") !important;
}
.boxes-all-card{
  display: inline-grid;
  grid-template-columns: auto auto;
  gap: 24px;
  justify-content: center;
  width: 100%;
}
