body {
  background-size: contain;
  overflow-x: hidden;
  background-position: right;
  background-color: #F5F5F5;
  text-align: right;
  background-repeat: round;
  background-attachment: fixed;
  /* background-image: url(../img/bk.jpg); */
}
.chart-container{
  margin-top: 40px;
  margin-bottom: 40px;
}
.p-video{
  text-align: center;
  font-weight: 500;
  color: #1e1e1e;
  font-size: 15px;
  margin-bottom: 35px;
}
.video-background-container {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
}

/* Video Styles */
.video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover; /* Ensures proper scaling */
  z-index: -1; /* Send video to the background */
}

.dark-blue{
  background-color: #084387;
}
.light-blue{
  background-color: #C4D8FF;
}
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css");

.start-bk{
  background-image: url(../img/start-bk.jpg);
  background-size: cover;
  padding: 30px 60px;
  margin-bottom: 50px;
  font-weight: bold !important;
}
.start-bk h3{
  text-align: center;
  color: #D7EEF0;
  margin-bottom: 30px;
}
.start-bk p{
  font-size: 18px;
  font-weight: 600;
  color: #F5F5F5;
}
.video-container-main {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
     .image-container {
      margin-top: 50px;
      text-align: center;
      margin-bottom: 50px;
  }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
 .image-container02{
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
 }
 .image-container02 img {
  width: 49%;
  filter: drop-shadow(1px 2px 4px #a6a6a6);
}

h2{
  font-size: 24px;
  padding: 5px 20px;
  padding-right: 10px;
}

.nv-co .row{
  margin: 0 !important;
}
.desktop{
  display: block;
}
.mobile{
  display: none;
}
section{
  padding: 60px 0;
  background-color: #fcfcfc00;
}
.float-left {
  float: right !important;
  text-align: left;
}
.lead {
  color: #1E1E1E;
  font-weight: 500;
  font-size: 19px;
  line-height: 32px;
  text-align: justify;
}
.container{
  position: relative;
}
.col-lg-6 {
  width: 50%;
}
.row1{
  display: flex;
}


.header-section{
  position: relative;
  /* background-image: url(../img/main-bk2.jpg);
  background-position: center;
  background-repeat: no-repeat; */
  background-size: cover;
  height: 700px;
  overflow-y: hidden;
  background-color: rgba(255, 255, 255, 0);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-right: 0;
  padding-top: 0;
}
.header-section::after{
  content: "";
  background-color: #122354BF;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.header-section .container{
  margin-top: 5px;
  margin-left: 50px;
  position: relative;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: unset;
  margin-right: unset;
  margin-bottom: 0;
  height: 100%;
  justify-content: center;
  padding-right: 0;
}
.section02{
  position: relative;
  padding-top: 0;
  padding-bottom: 50px;
}

.strong{
  font-weight: 600;
}
.header-section h1{
  color: #FFFFFF;
  font-size: 40px;
  text-align: right;
  padding: 0;
  margin-bottom: 6px;
}

.header-section h2{
  color: #FFFFFF;
  font-size: 21px;
  text-align: center;
  font-weight: 500 !important;
  line-height: 45px;
  padding: 0;
}

.header-section h3{
  color: #FCE7CD;
  margin-top: 120px;
  font-size: 22px;
  font-weight: 500 !important;
}
.image-conatiner img{
  width: 100%;
  filter: drop-shadow(3px 4px 2px #d5cfd0);
}
.image-conatiner{
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.m-c-two {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 50px 10px;
}
.m-c-two img{
  width: 40%;
  filter: drop-shadow(3px 4px 2px #d5cfd0);
}

::selection{
  background-color: #464646;
  color: white;
}
.cut-section img{
  width: 100%;
  object-position: right;
}


.cut-section h2 {
    position: absolute;
    top: 71px;
    left: unset;
    right: 103px;
    color: #F5F5F5;
    width: 355px;
    line-height: 42px;
    background-color: #122354;
    text-align: right;
    padding: 7px 16px;
    border-radius: 4px;
    margin-top: 0;
    margin-left: 0;
    font-size: 25px;
}
.left-title h2{
  right: unset;
  left: 103px;
}

.left-position h2{
  position: absolute;
  transform: unset;
  top: 100px;
  right: 50px;
  color: #042C71;
  font-size: 27px;
  width: max-content;
  line-height: 39px;
  background-color: #f5f5f5f5;
  text-align: center;
  padding: 10px 10px;
  border-radius: 4px;
  width: 330px;
  margin-top: unset;
}
.cut-section p{
  background-color: rgba(16, 16, 16, 0.8);
  color: white;
  position: absolute;
  padding: 10px 30px;
  border-radius: 1px;
  bottom: 40px;
  left: 75px;
  font-weight: 600;
  font-size: 18px;
}


.lyar-image{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.title-charts{
  color: #8FC42D !important;
  margin-bottom: 30px !important;
}
.image-charts{
  width: 90%;
  margin: auto;
  margin-bottom: 30px;
  margin-top: 20px;
  text-align: center;
}

.law-content p{
  color: #232323;
  font-size: 18px;
  font-weight: 600;
  line-height: 31px;
}
.cut-section{
  padding: 0;
  position: relative;
}
.cut-image{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 660px;
  background-attachment: fixed;
  position: relative;
  z-index: 9999;
  margin-bottom: 50px;
  margin-top: 50px;
}
.image-cut-01{
  position: relative;
}
.image-cut-01 p{
  position: absolute;
  left: 10px;
  bottom: 10px;
  background-color: #232323;
  color: #cde6f8;
  font-size: 19px;
  font-weight: 500;
  padding: 10px 22px;
  border-radius: 3px;
}
.image-cut-01 h2{
  position: absolute;
  background-color: rgb(62 63 56 / 93%);
  bottom: 80px;
  right: 40px;
  color: #FAF8F0;
  padding: 13px 29px;
}

.image-container{
  margin-top: 40px;
}
.image-container h3{
  text-align: center;
  font-size: 24px;
}

.image-cut-01 img{
  width: 100%;
  height: auto;
}
.image-cut-01{
  height: auto !important;
}
.custom-cut-sec img{
  height: 550px;
  object-fit: cover;
  object-position: top;
}
.p-footer{
  text-align: right !important;
  font-size: 18px;
}

#background-mian01{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  opacity: .9;
}  

#background-mian02{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
    z-index: 1;
  }
.journ-date-box{
  padding: 10px 50px;
  margin-top: 10px;
  padding-top: 17px;
  padding-right: 25px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* background-image: url(../img/head-bk.png); */
}
.title-container{
  padding: 25px 18px;
  border-radius: 10px;
  /* background-image: url(../img/head-bk.png); */
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: self-start;
}
.journalist-name{
  display: flex;
  justify-content: flex-start;
  align-items: self-start;
}

.journ-date-box p{
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
.journ-date-box img {
  width: 16px;
  margin-left: 10px;
}
.journ-date-box .date{
  display: flex;
  justify-content: flex-start;
  align-items: self-start;
}
.video-container{
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
  position: relative;
  z-index: 999999;
}
.video-container video{
  filter: drop-shadow(3px 4px 2px #d5cfd0);
}
.info-image img{
  width: 100%;
}
.des-strong{
  font-weight: 600;
  font-style: italic;
}
.qout-strong{
  font-weight: 600;
}
.box-card{
  background-image: url(../img/bk-box.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10px;
  border: 2px solid #FB223F; 
}
.box-card p{
  color: #F5F5F5;
  font-weight: 600;
  padding: 15px;
  font-size: 17px;
  line-height: 29px;
}
.half-width img{
  width: 50% ;
}
.info-container{
   background-color: #122354;
   padding: 30px;
   border-radius: 7px;
   box-shadow: 1px 2px 2px 1px #8080802e;
}
.info-container  h3 {
  color: #ffffff;
  text-align: center;
  padding-top: 30px;
}
.info-container  h3 > span{
  color: #FB223F;
}
.info-container  p {
  color: #ffffff;
  font-size: 14px;
  line-height: 21px;
}
.row-info, .row-info2, .row-info3{
  display: flex;
}
.row-info{
  justify-content: space-around;
  align-items: flex-start;
  margin-bottom: 34px;
  margin-top: 30px;
}
.row-info .col-info{
  width: 21%;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.row-info2 {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.row-info2 p{
  padding: 20px 30px;
  width: 50%;
}
.col-info img{
  width: 50px;
  object-fit: contain;
  margin-bottom: 15px;
}
.info-container img{
  width: 50px;
  object-fit: contain;
  margin-bottom: 15px;
}
.row-info3{
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.row-info3 .col-info{
  width: 40%;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 10px;
}
.info-source {
  text-align: left;
  width: 100%;
  margin-top: 30px;
}
.box-row{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.box-col{
  padding: 10px 10px;
  border: 1px solid #FEF3D2;
  border-radius: 5px;
  width: 30%;
  min-height: 114px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-bottom: 21px;
  margin-right: 10px;
}
.box-row p{
  color: #F5F5F5;
  font-weight: 600;
  text-align: center;
}
.box-row p > span{
  font-weight: 400;
  padding-top: 20px;
  display: block;

}
.pointer-hand {
  display: flex;
  margin-bottom: 0;
  margin-top: 40px;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
}
.pointer-hand img {
  padding-left: 10px;
  height: 20px;
}
.pointer-hand p {
  margin-bottom: 0;
  font-weight: 600;
}
.f-boxa {
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-slide img {
  width: 100%;
  padding: 20px;
}
.slick-slide img{
  display: block;
  width: 100%;
  height: 398px !important;
  object-fit: cover;
  padding: 10px;
  cursor: pointer;
  object-position: center;
  filter: drop-shadow(2px 3px 2px rgba(128, 128, 128, 0.808));
}
.slider03 .slick-slide  img{
  height: 590px !important;
}

.slick-dots li button:before{
  text-align: center;
  opacity: .25;
  border: 1px solid #122354;
  border-radius: 100%;
  color: #00000000;
  color: #00000000 !important;
  width: 15px !important;
  height: 15px !important;
}
.slick-dots li button{
  width: 15px !important;
  height: 15px !important;

}
.slick-dots li.slick-active button:before {
  opacity: 1 !important;
  color: #122354 !important;
  background-color: #122354;
}
.slider-title{
  text-align: center;
  font-size: 21px;
  margin-top: 46px;
  margin-bottom: -10px;
}
.slider-captipn {
  margin-top: 50px;
  margin-bottom: 20px;
}

.caption02 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 40px;
}
.slick-prev:before, .slick-next:before{
  color: #FB223F !important;
}


h1::after {
  content: "|";
  color: #FB223F;
  font-weight: bold;
  animation: blink 500ms ease-in-out infinite;
  margin-right: 5px;
}

@keyframes blink {
  to {
    opacity: 0;
  }
}



.arij-inv-txt {
   font-family: "Tajawal", sans-serif;
   font-weight: bold;
    font-style: italic;
    font-size: 19px;
    color: #1a1a1a;
}


.shared-with-div {
   border-top: 1px solid #e2e2e2;
   width: 100%;
   margin: 75px auto;
   padding: 28px;
   background-color: #e2e2e21c;
   display: flex;
   flex-direction: column;
   gap: 42px;
}


.shared-lang-wrapper {
   display: flex;
   flex-direction: column;
   gap: 28px;
}
.shared-lang-wrapper h6 {
   font-family: 'Tajawal', sans-serif;
   display: flex;
   align-items: baseline;
   gap: 8px;
   font-size: 18px;
   font-weight: bold;
   color: #1a1a1a;
}
.shared-lang-wrapper h6::before {
   content: "";
   display: flex;
   background-color: #b4031b;
   width: 5px;
   height: 5px;
   border-radius: 50%;
}
.shared-links-wrapper {
   display: flex;
}
.shared-links-wrapper span {
   display: flex;
   max-width: 90%;
   width: 100%;
   gap: 10px;
   flex-wrap: wrap;
}


.shared-links-wrapper a:not(:last-child) {
   border-left: 2px solid #b4031b;
   padding-left: 10px;
}
.shared-links-wrapper a {
  font-family: 'Tajawal', sans-serif;
   color: #1A1A1A !important;
}


@media (max-width: 1120px) {

  .titleh2-container img {
    width: 70px;
    margin-right: 0;
    position: unset;
    object-fit: contain;
    height: 100%;
  }
  
}

@media (min-width: 1100px) {
.container {
    max-width: 840px;
    position: relative;
}

}
@media (max-width: 1100px) {
  .title-section img {
    width: 45px;
    margin-right: 0;
    position: unset;
    margin-left: 15px;
}
.title-section h2 {
  color: #1F2839;
  font-size: 22px;
  margin-bottom: 0;
  line-height: 27px;
}
}

@media (max-width: 1088px) {
 
  .box-header {
    width: 100%;
  }
  .box-header p{
    font-size: 17px;
    line-height: 35px;
}
/* #mony-header {
  width: 900px;
} */
#man-header {
    position: absolute;
    top: -500px;
    left: 0;
    width: 981px;
}


}

@media (max-width: 860px) {

  .info-container-elemnt {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
}
.dark-blue h3{
  color: #F5F5F5;
}
.mobile-vr{
  display: block;
}
  .cut-section h2 {
    width: unset;
    font-size: 20px;
    position: unset;
    transform: unset;
    border-radius: 0;
    line-height: 30px;
    margin-top: 0;
    margin-left: 0;
}
.info-container h3 {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 9px;
}
.info-container-col {
  display: flex;
  flex-direction: column;
}
.info-container-head {
  background-color: #042C71;
  display: flex;
  display: none;
}
.box-container-image {
  width: 100%;
}
.image-container-vid .image-row > img {
  width: 100%;
  margin-bottom: 10px;
}
.image-container-vid .image-row{
  flex-direction: column;
}
  .header-section h1{
    margin-top: 0;
  }
  .cut03{
    background-attachment: unset;
  }
  .titleh2-container{
    width: auto;
  }
  .start-bk{
    padding: 20px 10px;
  }
  .cut-quote .text-quote {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: auto;
    flex-direction: column;
}
.cut-quote img {
  width: 40px;
  object-fit: contain;
  margin-left: 0;
  margin-bottom: 20px;
  margin-top: 40px;
}

.cut-quote h3 {
  color: #DEC192;
  font-size: 24px;
  margin-bottom: 0;
}
.line-image {
  clear: both;
  position: relative;
  width: 90%;
  margin: auto;
  margin-bottom: 40px;
}
  #background-mian01{
    opacity: .1;
  }
  .image-conatiner img{
    width: 100%;
  }
  #hand3-header{
    left: -20px;
    width: 200px;
  }
  .content-col-image {
    width: 26%;
}
.lead{
  text-align: right;
}
.box-credit li{
  text-align: right;
}
.box-green {
  color: white;
  background-color: #1F9096;
  padding: 10px;
  border-radius: 5px;
  height: 80px;
}
#hand2-header {
  position: absolute;
  top: -58px;
  left: -73px;
}
.image-conatiner{
  flex-direction: column;
}
.video-container{
  width: 100%;
}
.video-container video{
  width: 100%;
}

.box-credit{
  padding: 50px 20px;
}

.m-c-two{
  flex-direction: column;
}
.m-c-two img{
  margin-bottom: 30px;
}
.header-section{
  background-position: center;
}

}



@media (max-width: 786px) {
  .qoute-box{
    flex-direction: column;
    background-color: #30525c;
  }
    .col-image {
      width: 100%;
    }
  .col-p{
    width: 100%;
  }
  .col-image img{
    border-radius: 0;
  }
}

@media (max-width: 700px) {
  .cut-image{
    background-attachment: unset;
    
  }
}



@media (max-width: 650px) {
  h2{
    font-size: 20px;
  }
  .pie-char .flourish-chart{
    width: 100%;
  }
  .desktop{
    display: none;
  }
  .mobile{
    display: block;
  }
  .info-chart{
    display: flex;
    flex-direction: column;
  }
  .info-chart img{
    height: 130px;
    /* height: auto; */
    margin-top: -13px;
    object-fit: contain;    
  }
  .info-chart .box{
    color: white;
    background-color: #D20707;
    padding: 25px 20px;
    border-radius: 10px;
    font-size: 34px;
    font-weight: 600;
    text-align: center;
  }
  .m-c-two img{
    margin-bottom: 30px;
    width: 100%;
  }
  .header-section .container{
    width: 100%;
    margin-top: 5px;
    margin-right: 0;
  }

  #hand1-header {
    position: absolute;
    top: -28px;
    right: 0;
    width: 160px;
    transform: unset;
    margin-left: 25px;
    z-index: 0;
    left: unset;
}
.strong {
  font-weight: 600;
  display: block;
  margin-top: 52px;
}
  .section02 {
    padding-bottom: 50px;
  }
  .col-lg-6 {
    width: 50%;
  }
  .row1{
    display: flex;
  }
  .title-section {
    width: 100%;
  }
  #man-header {
    position: absolute;
    top: -305px;
    left: 0;
    width: 581px;
}



}
@media (max-width: 650px) {
  .image-container img{
    width: 100%;
  }
  .image-container02 img{
    width: 100%;
  }
  .header-section{
    background-position: center;
  }
  
  .image-cut-01 p{
    font-size: 17px;
    font-weight: 500;
    padding: 7px 18px;
  }
}