@import url('https://fonts.googleapis.com/css2?family=Amiri&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700;900&display=swap');

@font-face {
  font-family: 'Helvetica Neue LT Arabic';
  src: url("../fonts/HelveticaNeueLTArabic-Light.otf");
}

@font-face {
  font-family: 'Helvetica Neue LT Arabic Bold';
  src: url("../fonts/HelveticaNeueLTArabic-Bold.otf");
}

@font-face {
  font-family: 'GE SS';
  src: url("../fonts/GE SS Two Bold.otf");
}
.image_resized img{
  height: 100%; width: 100%; object-fit: contain
}
body {
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
}

ul {
  list-style: none;
  /* Remove default bullets */
}

ul li span::before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-block: -1em;
  /* Also needed for space (tweak if needed) */
  color: inherit;
}

[dir="rtl"] body {
  overflow-x: hidden;
  font: 'Helvetica Neue LT Arabic';
}

.font-helv {
  font-family: 'Helvetica Neue LT Arabic';
}

.font-helv-bold {
  font-family: 'Helvetica Neue LT Arabic Bold';
}

.font-gess-bold {
  font-family: 'Helvetica Neue LT Arabic Bold';
}

.basic-header #navbar-desktop .nav a {
  font: normal normal 26px/48px 'Helvetica Neue LT Arabic';
}

.basic-header #navbar-desktop .nav a:hover {
  color: #08176B;
  font: normal normal 26px/48px 'Helvetica Neue LT Arabic Bold';
}

.navbar-text {
  background-color: #09188a;
  color: #f2f2f2;
  width: 100%;
  height: 140px;
  margin-bottom: 80px;
  padding: 0px;
}

.img-thumbnail {
  width: 100%;
  padding: 0px;
  border: none;
  border-radius: 0;
}

.card-img-overlay {
  border-radius: 0;
  top: unset;
}

.content-col-holder {
  padding-right: 0px;
  padding-left: 0px;
}

.item {
  position: relative;
  padding-top: 20px;
  display: inline-block;
}

.readmore-badge {
  position: absolute;
  right: -20px;
  top: 10px;
  background: red;
  text-align: center;
  border-radius: 30px 30px 30px 30px;
  color: white;
  padding: 5px 10px;
  font-size: 20px;
}

.content-col-holder .card-img-overlay p {
  font-size: 1rem;
  color: white;
  font-weight: bold;
  background-color: #0a1889;
  display: inline-block;
  position: absolute;
  bottom: 4.8vh;
  left: 5vh;
  width: fit-content;
  padding: 6px 21px;
  height: auto;
  letter-spacing: 2px;
}

.column1 {
  float: left;
  width: 50%;
  margin: 0px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.column2 {
  float: left;
  width: 25%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.col-9 {
  background-color: #00178a;
  color: #f2f2f2;
  height: 400px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

.col-3 {
  background-color: #ffffff;
  color: #360892;
  height: 400px;
}

.footer {
  background-color: #012ac7;
  height: 345px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header1 {
  color: #283598;
  font: bold;
}

.ul1 {
  color: #525cad;
}

.footer img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.shape-thumbnail-1 {
  position: absolute;
  bottom: 35px;
  right: 25px;
}

.shape-thumbnail-2 {
  position: absolute;
  bottom: 85px;
  right: 25px;
}

.shape-thumbnail-3 {
  position: absolute;
  bottom: 135px;
  right: 25px;
}

.float-start {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  padding-bottom: 50px;
  ;
}

.logo-img1 {
  flex-wrap: wrap;
  background-color: #ffffff;
}

/*  */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

#burger {
  transition: all 0.4s ease-in-out;
}

a {
  text-decoration: none;
  color: #fff;
}

/* Header */
.basic-header {
  top: 0;
  width: 100vw;
  background-color: #e3e3e3e3;
  z-index: 10;
}

.header-logos>* {
  margin-bottom: 15px;
}

/*  Container */
.posts-container {
  display: flex;
  flex-wrap: wrap;
}

.posts-container>.post {
  flex: 1;
  min-width: 350px;
  position: relative;
  text-decoration: none;
}

.posts-container a {
  text-decoration: none;
  color: #fff;
}

a {
  color: var(--color-primary);
}


[dir=""] .rtl-block {
  display: none !important;
}

.fancy-head__sponsor {
  max-width: 100%;
}

.scrollable-element {
  scroll-snap-align: start;
}

#navbar-desktop {
  font-size: 1.5rem;
  color: #001689;
}


.about .container {
  max-width: 800px;
  text-align: start;
  color: var(--color-primary);
}

.post-layout {
  color: var(--color-primary);
}

.post-layout h1 {
  margin-bottom: 1em;
}

.contact {
  color: var(--blue);
}

.contact form {
  font-size: 0.8em;
  margin-block: 3em;
}
#btn-back-to-top {
  background-color: #0a1889;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 1013;
  border: none;

}
@media screen and (max-width:600px) {
  .content-col-holder .card-img-overlay p {
    bottom: 3vh;
    left:3vh;
  }
  .carousel-control-prev ,.carousel-control-next{
    height: fit-content;
    top: 49%;
  }

  main {
    /* height:100vh; */
    overflow-y: scroll;
    /* max-height: 100vh !important; */
    overflow-x: hidden;
    scroll-snap-type: y mandatory;
  }

  .post-mobile {
    height: 100vh;


  }

  .post-mobile video{
    height: 100vh;
    width:100%
  }
  .post-mobile img {
    height: 100%;
  }

  .footer img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }

  .basic-header {
    position: sticky;
  }
}

.card-text {
  font: normal normal bold 18px/18px GE SS !important;
}

.slider-button {
  width: 22px !important;
  height: 22px !important;
  border-radius: 50%;
  background-color: #012AC7 !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }


}

@media screen and (max-width: 719px) {
  .lg {
    display: none !important;
  }

  .sm {
    display: block !important;
  }
}

@media screen and (min-width: 720px) {
  .lg {
    display: block !important;
  }

  .sm {
    display: none !important;
  }
}

.post-title{
  position: absolute;
  top:1em;
  right: 1em;
  font-weight: bold;
  font-size: 1.7em;
  width: calc(100% - 2em);
}
.post-title-mobile{   
  position: absolute;
  top: 0.7em;
  right: 1em;
  font-weight: bold;
  font-size: 1.8em;
  width: calc(100% - 2em);
}
.videoViewr{
  height: 99.5vh;
}

@media (min-width: 800px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 65vw;
  }
}
html[lang = "ar"]{
  font-family: 'Helvetica Neue LT Arabic';
}
html[lang = "ar"] strong{
  font-family: 'Helvetica Neue LT Arabic Bold';
}
html[lang = "ar"] p{
  font-family: 'Helvetica Neue LT Arabic';
}
html[lang = "ar"] h3{
  font-family: 'Helvetica Neue LT Arabic' !important;
}
html[lang = "ar"] h2{
  font-family: 'Helvetica Neue LT Arabic' !important;
}