.home-silver-jubilee-container {
  background-color: var(--secondary);
  margin-block: 3rem;
  padding-block: 3rem;
}
.home-silver-jubilee-flex {
  display: flex;
  gap: 2rem;
}

.home-silver-jubilee-flex .home-silver-jubilee-flex-content {
  flex: 1.5;
}
.home-silver-jubilee-flex .home-silver-jubilee-flex-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home-silver-jubilee-flex-content h1 {
  color: white;
  margin-bottom: 0rem !important;
}
.home-silver-jubilee-flex-content a {
  color: white;
}

.home-silver-jubilee-flex-content h3 {
  position: relative;
  /* padding-inline-start: 2rem; */
  color: white;
  margin-bottom: 0;
  padding-block: 0.75rem;
  margin-inline-start: 1.5rem;
}
.home-silver-jubilee-flex-content h3::before {
  position: absolute;
  content: "";
  inset-inline-start: -1.5rem;
  top: 50%;
  height: 2px;
  width: 1rem;
  background: white;
}
.arabic-version .home-silver-jubilee-flex-content h3::before{
  inset-inline-start: -1.5rem;
}
.home-silver-jubilee-flex-content h3:hover:before{
  display: block;
  transition: ease;
}
.home-silver-jubilee-flex-content h3:hover{
  transform: scale(1.1);
  transition: transform 0.2s ease;
  -webkit-transform-origin: 0%;
  padding-inline-start: 1rem;
}
.arabic-version .home-silver-jubilee-flex-content h3:hover{
  -webkit-transform-origin: 105%;
  padding-inline-start: 1rem;
}
/* Popup Modal */
/* .popup {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.popup-content {
  margin: auto;
  display: block;
  width: 900px;
  height: 600px;
}

.img-container {
  width: fit-content;
  margin: auto;
  position: relative;
}
#info-text {
  position: absolute;
  color: white;
  bottom: 5px;
  left: 1.5625rem;
}
#caption {
  color: white;
  padding: 10px;
  font-size: 1rem;
}

.close {
  position: absolute;
  top: -60px;
  right: 0px;
  font-size: 2.5rem;
  font-weight: bold;
  cursor: pointer;
}
.close picture {
  background-color: #98002e;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  gap: 10px;
}

#download-btn {
  margin-inline-start: auto;
}
.download-info-btn picture {
  border: #ffffff solid 1px;
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 991px) {
  .popup-content {
    width: 80%;
    height: auto;
  }
  #info-text {
    left: 12%;
  }
  .close {
    right: 10%;
  }
} */

/*.home-silver-jubilee-flex .home-video-relative {*/
/*  flex: 3;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*}*/

/*.home-silver-jubilee-flex .home-video-relative lite-youtube .lty-playbtn{*/
/*    background-image: url('../assets/Image/Icons/PlayCircle.svg');*/
/*}*/


.home-video-relative img {
  width: 100%;
  object-fit: contain;
  aspect-ratio: 183/110;
}

.home-video-relative picture {
  position: relative;
  width: 100%;
}
.home-video-relative picture::after {
  position: absolute;
  content: "";
  background-image: url("../assets/Icons/PlayCircle.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 4rem;
  height: 4rem;
  inset: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.arabic-version .home-video-relative picture::after {
    transform: translate(50%, -50%);
}
@media (max-width: 1199.98px) {
  .home-silver-jubilee-flex .home-silver-jubilee-flex-content{
    gap: 1rem;
  }
}
@media (max-width: 991.8888888888888px) {
  .home-silver-jubilee-flex .home-silver-jubilee-flex-content,
  .home-silver-jubilee-flex .home-video-relative {
    flex: unset;
  }
  .home-silver-jubilee-flex {
    gap: 3rem;
    flex-direction: column;
  }
  .home-video-relative picture::after {
    width: 3rem;
    height: 3rem;
  }
}
/* ============================================== */
/* home-about-his-majesty */
/* ============================================== */
.margin-minus{
  margin-top: -225px;
}
@media (max-width: 991.98px){
  .margin-minus{
    margin-top: -125px;
  }
}

@media (max-width: 767.98px){
  .home-about-his-majesty-container{
    width: 70% !important;
  }
  .margin-minus{
    margin-top: -160px;
  }
}

@media (max-width: 575.98px){
  .home-about-his-majesty-container{
    width: 60% !important;
  }
}

@media (max-width: 400px){
  .margin-minus{
    margin-top: -140px;
  }
}

.home-about-his-majesty-container {
  position: relative;
  display: flex;
  justify-content: end;
  width: 100%;
  height: 100%;
  bottom: 5rem;
  flex-direction: column;
}


.home-about-his-majesty {
  display: flex;
  flex-direction: column;
  justify-content: end;
  /* padding-bottom: 5rem; */
  color: white;
  /* height: 100%; */
  /* padding-inline-start: 2rem; */
  border-inline-start: 2px solid white;
}
.hero-section.middle-home {
  overflow: hidden;
}
.hero-section.middle-home picture img {
  object-position: 90%;
}

@media (max-width: 767.98px) {
  .home-about-his-majesty-container {
    bottom: 2rem;
  }
}

@media (max-width: 575px) {
  .home-about-his-majesty-container {
    bottom: 2rem;
  }
  .home-about-his-majesty h4 {
    font-size: 1rem;
  }
  .home-about-his-majesty h1 {
    font-size: 1.5625rem;
  }
}
/* =========================== */
/* home quotes  */
/* =========================== */

.home-quotes-container-slider {
  padding-block: 2rem;
}

@media (max-width: 767.98px) {
  .home-quotes-container-slider{
    padding-inline-start: 0rem;
    padding-block-end: 5rem;
  }
  .arabic-version .home-quotes-container-slider{
    padding-block-end: 8rem;
  }
}
.home-quotes-container {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
  color: var(--base-black);
}
.home-quotes-container h5::before {
  position: absolute;
  content: "";
  inset-inline-start: -1rem;
  width: 0.75rem;
  top: calc(28% + 1rem);
  height: 1px;
  background: var(--primary-color);
}
.home-quotes-container h5 {
  position: relative;
  padding-block: 1rem 0.25rem;
}
.home-quotes-container h5,
.home-quotes-container p {
  margin-bottom: 0;
  text-align: center;
}

.home-quotes-container h3 {
  text-align: center;
  line-height: 1.9rem;
  padding-inline: 1rem;
  margin-bottom: 0;
  margin-top: 1rem;
}

.home-quotes-container {
  padding-inline: 4rem;
}
.home-quotes-container-slider-arrows {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: absolute;
  top: 50%;
}
.home-quotes-container-slider-arrows span {
  background: var(--base-white);
  cursor: pointer;
  padding: 0.5rem;
  border-radius: var(--radius-round);
}

.home-quotes-container-slider-arrows span:last-of-type img {
  transform: scale(-1);
}

.arabic-version .home-quotes-container-slider-arrows span:first-of-type img {
  transform: scale(-1);
}
.arabic-version .home-quotes-container-slider-arrows span:last-of-type img {
  transform: scale(1);
}
@media (max-width: 575px) {
  .home-quotes-container-slider-arrows {
    position: static;
    justify-content: end;
    gap: 1.5rem;
    padding-bottom: 3rem;
  }
  .home-quotes-container {
    padding-inline: 0;
  }
}

/* ==================================== */
/* the-crown-prince-container */
/* ==================================== */

.the-crown-prince-container {
  display: flex;
  background: var(--primary-color);
}

.the-crown-prince-img,
.the-crown-prince-content {
  width: 50%;
}
@media (max-width: 991.889px) {
  .the-crown-prince-img,
  .the-crown-prince-content {
    width: 100%;
  }
}
.the-crown-prince-img img {
  width: 100%;
  object-fit: contain;
  aspect-ratio: 32 / 23;
}
.the-crown-prince-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-inline-start: 0.75rem;
  gap: 1.5rem;
  color: white;
}

.the-crown-prince-content a {
  color: white;
}

.the-crown-prince-content h3 {
  position: relative;
  color: white;
  margin-bottom: 0;
  padding-block: 0.75rem;
  margin-inline-start: 1.5rem;
}
.the-crown-prince-content h3::before {
  position: absolute;
  content: "";
  inset-inline-start: -1.5rem;
  top: 50%;
  height: 2px;
  width: 1rem;
  background: white;
}
.arabic-version .the-crown-prince-content h3::before{
  inset-inline-start: -1.5rem;
}
.the-crown-prince-content h3:hover{
  padding-left: 1rem !important;
  transition: 0.3s;
  transform: scale(1.1);
  -webkit-transform-origin: 0%;
}
.arabic-version .the-crown-prince-content h3:hover{
  -webkit-transform-origin: 105%;
  padding-inline-start: 1rem;
}

.the-crown-prince-content h3:hover::before{
  display: block;
}


@media (max-width: 575.98px) {
  .the-crown-prince-content {
    padding-inline-start: .75rem;
  }
}
@media (min-width: 576px) {
  .the-crown-prince-content {
    /* padding-inline: calc((100vw - 540px) - (0.5 * (100vw - 540px)) + 0.75rem); */
    padding-inline-start: calc(((100vw - 540px) / 2) + .75rem);
  }
}
@media (min-width: 768px) {
  .the-crown-prince-content {
    /* padding-inline: calc((100vw - 720px) - (0.5 * (100vw - 720px))); */
    padding-inline-start: calc(((100vw - 720px) / 2) + .75rem);
  }
}
@media (min-width: 992px) {
  .the-crown-prince-content {
    padding-inline-end: 3rem;
    /* padding-inline-start: calc((100vw - 960px) - (0.5 * (100vw - 960px))); */
    padding-inline-start: calc(((100vw - 960px) / 2) + .75rem);
  }
}
@media (min-width: 1200px) {
  .the-crown-prince-content {
    /* padding-inline-start: calc(
      (100vw - 1140px) - (0.5 * (100vw - 1140px)) + 0.75rem
    ); */
    padding-inline-start: calc(((100vw - 1140px) / 2) + .75rem);
  }
}
@media (min-width: 1400px) {
  .the-crown-prince-content {
    /* padding-inline-start: calc((100vw - 1320px) - (0.5 * (100vw - 1320px))); */
    padding-inline-start: calc(((100vw - 1320px) / 2) + .75rem);
  }
}

@media (max-width: 991.88888888px) {
  .the-crown-prince-container {
    flex-direction: column;
  }

  .the-crown-prince-content {
    padding-block: 3rem;
  }
}

/* =============================================== */
/* latest news */
/* =============================================== */

.home-latest-news-container {
  padding-block: 3rem;
}
.home-latest-news-container-flex {
  display: flex;
  gap: 2rem;
}
.home-latest-news-container-flex-cards {
  flex: 1;
}
.home-latest-news-container-flex-big {
  flex: 1;
  position: relative;
  background-color: var(--base-white);
}
.home-latest-news-container-flex-big::after {
  /* background: linear-gradient(
    180deg,
    rgba(26, 26, 26, 0) 6.24%,
    rgba(26, 26, 26, 0.8) 69.61%
  );
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 2;
  position: absolute; */
}

.home-latest-news-container-flex-big img {
  width: 100%;
  object-fit: contain;
  /* aspect-ratio: 6 / 5; */
}
.home-latest-news-container-flex-big .card-content p {
  margin-bottom: 0;
}
.home-latest-news-container-flex-big .card-content {
  position: relative;
  background: var(--base-white);
  color: var(--base-black);
  gap: 1rem;
  display: flex;
  flex-direction: column;
  bottom: 2rem;
  padding-inline: 2rem;
  z-index: 5;
  padding-block: 1rem;
}
.home-latest-news-container-flex-big .card-content h3 {
  min-height: unset;
  margin-bottom: 0;
  color: var(--primary-color);
}

.home-latest-news-container-flex-big .card-content p {
  text-align: justify;
}
.home-latest-news-container-flex-big .card-content a {
  color: var(--base-black);
  padding-inline-start: 2rem;
  position: relative;
}
.home-latest-news-container-flex-big .card-content a::after {
  position: absolute;
  top: 50%;
  content: "";
  width: 1.5rem;
  height: 1px;
  background: var(--base-black);
  inset-inline-start: 0;
}
.home-latest-news-container-flex-cards {
  flex-direction: column;
  display: flex;
  gap: 1rem;
}
.home-latest-news-container-flex-single-card {
  background: var(--base-white);
  color: var(--base-black);
  padding-inline: 2rem;
  padding-block: 1rem;
}
.home-latest-news-container-flex-single-card a {
  color: var(--base-black);
  padding-inline-start: 2rem;
  position: relative;
  font-size: .9rem;
}
.home-latest-news-container-flex-single-card a::after {
  position: absolute;
  top: 50%;
  content: "";
  width: 1.5rem;
  height: 1px;
  background: var(--base-black);
  inset-inline-start: 0;
}

@media (max-width: 991.888888888888px) {
  .home-latest-news-container-flex {
    flex-direction: column;
  }
  .home-latest-news-container-flex-big .card-content {
    bottom: 1rem;
  }
}

/* ============================================ */
/* social media  */
/* ============================================ */

.home-social-media-container {
  padding-block: 3rem;
  background: var(--base-white);
}
.home-social-media-container > .container.social-media {
  display: flex;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto;
  grid-auto-rows: 315px;
  gap: 1rem;
  grid-auto-flow: row;
  align-items: flex-start;
}

.home-social-media-container img {
  overflow: hidden;
  width: 100%;
  border-radius: var(--radius-m);
}

.home-social-media-card {
  position: relative;
}
.home-social-media-card:nth-child(1) {
  grid-column: 1/3;
  grid-row: 1/3;
}
.home-social-media-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.home-social-media-insta-icon {
  position: absolute;
  top: 1.5rem;
  inset-inline-start: 1.5rem;
  width: 2.5rem;
  height: 2.5rem;
}
.home-social-media-insta-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-social-media-card.twitter {
  grid-column: 3/-1;
  grid-row: 2/-1;
  background: white;
  padding: 1rem;
  display: flex;
  gap: 1rem;
  border-radius: var(--radius-m);
  align-items: center;
}
.home-social-media-card.twitter picture {
  height: auto !important;
}
.home-social-media-card-twitter-content {
  flex: 1;
  position: relative;
}
.home-social-media-card-twitter-img {
  flex: 1;
}
.home-social-media-card.twitter .home-social-media-insta-icon img {
  border-radius: unset;
  width: 75%;
  height: auto;
}
.home-social-media-card-twitter-content.card-content h6 {
  font-size: 1.375rem;
}

.home-social-media-card-twitter-content.card-content p {
  margin-bottom: 0;
}
.home-social-media-card-twitter-content.card-content {
  background: transparent;
  padding-inline-start: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-bottom: 0.5rem;
}
.home-social-media-card-twitter-content.card-content
  .home-social-media-insta-icon {
  top: 0;
  inset-inline-start: 0;
}
@media (max-width: 1199.98px) {
  .home-social-media-container > .container.social-media {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 350px;
    grid-template-rows: auto auto auto auto auto;
  }
  .home-social-media-card:nth-child(1) {
    grid-column: 1/-1;
    grid-row: 1/3;
  }
  .home-social-media-card:nth-child(2) {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .home-social-media-card:nth-child(3) {
    grid-column: 2/-1;
    grid-row: 3/4;
  }
  .home-social-media-card:nth-child(4) {
    grid-column: 1/-1;
    grid-row: 4/5;
  }
  .home-social-media-card-twitter-content.card-content {
    padding-top: 5rem !important;
  }
}

@media (max-width: 767.888888888px) {
  .home-social-media-insta-icon {
    width: 2rem;
    top: 0.75rem;
    inset-inline-start: 0.75rem;
    height: 2rem;
  }
  .home-social-media-card:nth-child(4) {
    flex-direction: column;
  }
}

/* =============================================== */
/* the royal hashemite court */
/* =============================================== */

.home-the-royal-hashemite-court-container {
  display: flex;
  padding-top: 2rem;
  gap: 1.5rem;
  flex-wrap: nowrap;
  overflow-x: scroll;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
}

.home-the-royal-hashemite-court-container::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}
.home-the-royal-hashemite-court-card {
  flex: 1;
  position: relative;
  min-width: 295px;
}
.home-the-royal-hashemite-court-card img {
  width: 100%;
  aspect-ratio: 59 / 86;
  object-fit: contain;
  object-position: top;
}
.home-the-royal-hashemite-court-card::after {
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(
    180deg,
    rgba(26, 26, 26, 0) 35.6%,
    rgba(26, 26, 26, 0.8) 87.93%
  );
  inset: 0;
  z-index: 2;
  position: absolute;
}

.home-the-royal-hashemite-court-card-title {
  position: absolute;
  bottom: 1rem;
  color: white;
  z-index: 3;
  padding-inline-start: 1rem;
}

/* =================================================== */
/* home-video-highlights-container */
/* =================================================== */

.home-video-highlights-container {
  padding-block: 3rem;
  background: var(--base-white);
}
.home-video-highlights-slider {
  padding-top: 1rem;
}
.home-video-highlights-slide {
  width: 100%;
  aspect-ratio: 16/9;
}
.home-video-highlights-slider-arrows {
  padding-top: 1.5rem;
  display: flex;
  justify-content: end;
  gap: 1rem;
}
.home-video-highlights-slider-arrows span:nth-child(2) img {
  transform: scale(-1);
}
.arabic-version .home-video-highlights-slider-arrows span:nth-child(1) img {
    transform: scale(-1);
}
.arabic-version .home-video-highlights-slider-arrows span:nth-child(2) img {
  transform: scale(1);
}

.home-video-highlights-slider-next,
.home-video-highlights-slider-prev {
  cursor: pointer;
  background: white;
  padding: 0.25rem;
  border-radius: var(--radius-round);
}

/* ========================================================= */
/* ========================================================= */
/* ========================================================= */

.home-Official-gallery-container {
  display: flex;
  width: 100%;
}
.home-Official-gallery-slider-container {
  grid-column: 2/-1;
  overflow: hidden;
  width: 100%;
}

.home-Official-gallery-slider img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.home-Official-gallery-slider picture {
  height: 100%;
  width: 100%;
}
.home-Official-gallery-slider .slick-track {
  display: flex;
  gap: 0.75rem;
}
.home-Official-gallery-slider .home-Official-gallery-slide:nth-child(odd) {
  flex: 1;

  aspect-ratio: 41 / 56;
  width: 100% !important;
}
.home-Official-gallery-slider .slick-list {
  height: auto;
}
.home-Official-gallery-slider .home-Official-gallery-slide:nth-child(even) {
  width: 100% !important;
  aspect-ratio: 213 / 140;
  flex: 2;
  height: auto;
}

.home-Official-gallery-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-Official-gallery-content h1 {
  color: var(--primary-color);
}
.home-Official-gallery-content p {
  padding-bottom: 0.5rem;
  color: var(--primary-color);
}

@media (max-width: 991.88888888888px) {
  .home-Official-gallery-container {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .home-Official-gallery-slider .slick-track {
    flex-direction: column;
    display: grid;
    column-gap: 0;
    row-gap: 2rem;
    grid-template-rows: 270px auto;
    grid-auto-flow: column;
    place-content: center;
    grid-template-columns: 1fr;
  }
  .home-Official-gallery-slider img {
    height: auto;
  }
  .home-Official-gallery-slider .home-Official-gallery-slide:nth-child(even) {
    width: 100% !important;
    height: 100%;
    aspect-ratio: unset;
    flex: unset;
    overflow: hidden;
    /* height: 200px !important; */
  }
  .home-Official-gallery-slider .home-Official-gallery-slide:nth-child(odd) {
    overflow: hidden;
    width: 100%;
    flex: unset;
    height: 100%;
  }

  .home-Official-gallery-slider-container .read-more-btn {
    display: none;
  }
}

.home-Official-gallery-slider-arrows {
  display: flex;
  gap: 1.5rem;
  margin-inline-end: 5px;
}
.home-Official-gallery-slider-arrows span {
  background: var(--base-white);
  cursor: pointer;
  padding: 0.5rem;
  border-radius: var(--radius-round);
}

.home-Official-gallery-slider-arrows span:last-of-type img {
  transform: scale(-1);
}

.arabic-version .home-Official-gallery-slider-arrows span:first-of-type img {
  transform: scale(-1);
}
.arabic-version .home-Official-gallery-slider-arrows span:last-of-type img {
  transform: scale(1);
}

/* Gallery */
.gallery-two-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-top: 5rem;
}

.gallery-two-container picture {
  width: 100%;
  cursor: pointer;
}
.gallery-two-container picture img {
  width: 100%;
  cursor: pointer;
}

.home-Official-gallery-slider-container a {
  color: var(--base-black);
  font-size: 1.125rem;
}

.home-Official-gallery-slider-container a:hover,
.official-website-container a:hover{
  text-decoration: underline !important;
  text-underline-offset: 5px;
}

.official-website-container {
  width: 100%;
  background: var(--base-white);
  padding-block: 1rem;
}

.official-website-container .container {
  display: flex;
  justify-content: space-between;
}
.official-website-container a {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  color: var(--primary-color);
}

@media (max-width: 991.98px) {
  .official-website-container .container {
    padding-block: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
    .official-website-container .container a:first-child {
      order: 1;
    }
}

@media (max-width: 991.888888888888px) and (min-width: 768){
  .home-social-media-card-twitter-content.card-content .home-social-media-insta-icon{
    margin-top: -5px !important;
    inset-inline-start: 1.5rem !important;
  }
  .home-social-media-card.twitter .home-social-media-insta-icon img{
    width: 65%;
  }
}
.arabic-version .card-content p{
  margin-bottom: 10px;
}

@media (max-width: 767.98px){
  #Home h1{
    margin-bottom: 0px !important;
  }
}

#Home .home-social-media-container h1{
  margin-bottom: 1.9rem !important;
}

@media (max-width: 574.98px){
  .arabic-version .home-about-his-majesty h1{
    font-size: 1.4rem;
  }
}

.arabic-version .home-quotes-container p {
  text-align: center;
}


@media (max-width: 767.98px){

  .home-quotes-prev,
  .home-quotes-next{
    position: absolute;
    bottom: 0%;
    z-index: 1;
  }
  .home-quotes-prev{
    inset-inline-end: 90px;
  }
  .home-quotes-next{
    inset-inline-end: 30px;
  }
  .verbatims-quote-img{
    width: 60px;
  }
}

.home-social-media-card-twitter-content.card-content h6,
.home-social-media-card-twitter-content.card-content p {
    color: var(--base-black);
    font-family: var(--was-sf-pro);
    line-height: 2rem;
}

.home-social-media-card-twitter-content.card-content h6{
  min-height: unset !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 1rem;
  margin-bottom: 0rem;
  padding-inline-end: 1rem;
  line-height: 2rem;
  height: calc(2 * 2rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;
  min-height: auto;
  margin-top: 1rem;
  margin-bottom: 0rem;
  padding-inline-end: 1rem;
}

.home-social-media-card-twitter-content.card-content p{
  min-height: unset !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 1rem;
  margin-bottom: 0rem;
  padding-inline-end: 1rem;
  line-height: 1.6rem;
  height: calc(3 * 1.6rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;
  min-height: auto;

}

.home-latest-news-container p{
  font-size: 0.85rem;
  font-weight: 500;
  font-family: var(--was-sf-pro);
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 1rem;
  text-overflow: ellipsis;
  white-space: wrap;
  line-height: 1.4rem;
  height: calc(3* 1.4rem);
  min-height: auto;
  padding-inline-end: 1rem;
}

.home-latest-news-container h3,
.home-latest-news-container h1 {
    color: var(--primary-color);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 1rem;
    text-overflow: ellipsis;
    white-space: wrap;
    height: calc(2* var(--line-height-for-english));
    min-height: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-inline-end: 1rem;
    cursor: pointer;
}

.arabic-version .home-latest-news-container h3,
.arabic-version .home-latest-news-container h1 {
  height: calc(2* var(--line-height-for-was-amiri)); 
}