.contentSection .redBox{
    position: absolute;
    right: 20%;
    top: 3rem;
    width: 6%;
    opacity: 0;
    transform: rotate(-90deg);
    transition: transform 2s ease, opacity 2s ease;
}
.contentSection .redBox.show {
    opacity: 1;
    transform: rotate(0deg);
}
.contentSection .fx-contentSection{gap: 32px;bottom: 4rem;position: relative;}
.contentSection .fx-contentSection .contentSection-partOne{
    flex: 1 1 calc(20% - 32px);
    max-width: calc(20% - 32px);
}
.contentSection .fx-contentSection .contentSection-partTwo{
    flex: 1 1 calc(80% - 32px);
    max-width: calc(80% - 32px);
    position: relative;
}   
.contentSection .fx-contentSection .contentSection-partTwo h1{
    width: 80%;margin: auto;margin-bottom: 24px;
}
.contentSection .fx-contentSection .contentSection-partTwo .listIcons {
    gap: 32px;
    margin-bottom: 32px;
    transition: all 0.3s ease;
}
.contentSection .fx-contentSection .contentSection-partTwo .listIcons a:hover{transform: scale(1.2);}
.contentSection .fx-contentSection .contentSection-partTwo .listIcons a img{transform: rotate(360deg);}
.contentSection .fx-contentSection .contentSection-partTwo .fxDetails{gap: 32px;margin-bottom: 32px;}
.contentSection .fx-contentSection .contentSection-partTwo .fxDetails .fxGap{gap: 8px;}
.contentSection .fx-contentSection .headDetails{position: relative;}
.contentSection .fx-contentSection .headDetails .newsImage{
    /*height: 495.25px;*/
    width: 58%;
    display: block;
    margin: auto;
    border-radius: 25px 0 25px 0;
    object-fit: cover;
}
.contentSection .fx-contentSection .headDetails .s1-graph2{
   position: absolute;
   left: 0rem;
   bottom: 3rem;
   width: 7%;
}
.contentSection .fx-contentSection .headDetails .s1-graph2 {
    opacity: 0;
    transform: translateY(100px);
    transition: all 2s ease-out;
}
.contentSection .fx-contentSection .headDetails .s1-graph2.animate {
    opacity: 1;
    transform: translateY(0px);
    animation: slideFadeInY 2s ease-out forwards, slightMoveY 1s ease-out 2s forwards;
}
@keyframes slideFadeInY {
  to {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes slightMoveY {
  0% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0px);
  }
}
.contentSection .fx-contentSection .headDetails .yellowBox{
   position: absolute;
   left: 0rem;
   top: 4rem;
   width: 4%;
}
.contentSection .fx-contentSection .textsDetails {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 56px;
    margin-bottom: 48px;
    font-family: "Tajawal";
    font-size: 24px;
}
.contentSection .fx-contentSection .textsDetails .graphPagesBottom{
    height: 70px;
    width: max-content;
}
.contentSection .fx-contentSection .listCardsNews .cardNews,.titleList {
    width: 100%;
}

@media (min-width:1706.67px) {
    .contentSection .fx-contentSection .contentSection-partTwo .listIcons a img{width: 30px;}
    .contentSection .fx-contentSection .headDetails .newsImage{height: 530.25px;}
}
@media (min-width:1920px) {
.contentSection .fx-contentSection .contentSection-partTwo .fxDetails .fxGap img{width: 25px;}
.contentSection .fx-contentSection .headDetails .newsImage{height: 580.25px;}
}
@media (min-width:2048px) {
.contentSection .fx-contentSection .contentSection-partTwo .fxDetails .fxGap img{width:30px;}
    .contentSection .fx-contentSection .contentSection-partTwo .listIcons a img{width: 35px;}
    .contentSection .fx-contentSection .headDetails .newsImage{height: 610.25px;}
}
@media (max-width:1396.36px) {
  .contentSection .graphPages{height: 150px;}
  .contentSection .fx-contentSection .headDetails .newsImage {height: 425.25px;}
  .contentSection .fx-contentSection .textsDetails{margin-top: 48px;}
}
@media (max-width:1228.8px) {
    .contentSection .fx-contentSection .contentSection-partTwo .listIcons{margin-bottom: 24px;}
    .contentSection .fx-contentSection .headDetails .newsImage {height: 375.25px;}
    .contentSection .fx-contentSection .textsDetails{margin-top: 40px;}
    .contentSection .fx-contentSection .contentSection-partTwo {
        flex: 1 1 calc(77% - 32px);
        max-width: calc(77% - 32px);
    }
    .contentSection .fx-contentSection .contentSection-partOne {
        flex: 1 1 calc(23% - 32px);
        max-width: calc(23% - 32px);
    }
}
@media (max-width:1024px) {
    .contentSection .fx-contentSection .headDetails .newsImage {height: 325.25px;}
      .contentSection .fx-contentSection .textsDetails{margin-top: 32px;gap: 16px;}
      .contentSection .fx-contentSection{bottom: 5rem;}
}
@media (max-width:877.71px) {
    .contentSection .fx-contentSection .contentSection-partTwo .listIcons{margin-bottom: 16px;}
    .contentSection .fx-contentSection .contentSection-partTwo .fxDetails .fxGap{gap: 4px;}
    .contentSection .fx-contentSection .contentSection-partTwo .fxDetails .fxGap img{width: 15px;}
    .contentSection .fx-contentSection .headDetails .newsImage {height: 275.25px;}
    .contentSection .fx-contentSection .contentSection-partTwo {
        flex: 1 1 calc(75% - 32px);
        max-width: calc(75% - 32px);
    }
    .contentSection .fx-contentSection .contentSection-partOne {
        flex: 1 1 calc(25% - 32px);
        max-width: calc(25% - 32px);
    }
    .contentSection .fx-contentSection .contentSection-partTwo h1{margin-bottom: 16px;}
    .contentSection .fx-contentSection .contentSection-partTwo .fxDetails{margin-bottom: 24px;}
    .contentSection .fx-contentSection .textsDetails{margin-bottom: 32px;}
}
@media (max-width:768px) {
    .contentSection .fx-contentSection{gap: 24px;}
    .contentSection .fx-contentSection .contentSection-partTwo {
        flex: 1 1 calc(71% - 24px);
        max-width: calc(71% - 24px);
    }
    .contentSection .fx-contentSection .contentSection-partOne {
        flex: 1 1 calc(25% - 24px);
        max-width: calc(25% - 24px);
    }
    .contentSection .fx-contentSection .headDetails .newsImage {height: 225.25px;}
}
@media (max-width:614.4px) {
    .contentSection .fx-contentSection .contentSection-partTwo {
        flex: 1 1 calc(100% - 24px);
        max-width: calc(100% - 0px);
        order: 1;
    }
    .contentSection .fx-contentSection .contentSection-partOne {
        flex: 1 1 calc(100% - 24px);
        max-width: calc(100% - 0px);
         order: 2;
    }
    .contentSection .fx-contentSection{bottom: 0;}
    .contentSection .fx-contentSection .contentSection-partTwo .listIcons a img{width: 28px;}
    .contentSection .fx-contentSection .headDetails .newsImage{width: 70%;}
    .contentSection .redBox{top: 1rem;}
    .contentSection .fx-contentSection .textsDetails .graphPagesBottom{width: 100%;}
   .contentSection .graphPages{width: 100%;height: 100%;}
   .contentSection .fx-contentSection .textsDetails{margin-bottom:16px;}
   .contentSection .fx-contentSection .textsDetails p,
     .contentSection .fx-contentSection .textsDetails h5{font-size: 16px;}
   .contentSection{margin-bottom: 4rem;}
}
@media (max-width:512px) {
}

.fixImg {
    object-fit: fill !important;
}