/* @import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;800&display=swap'); */
@font-face {
  font-family: 'GretaArabicLight';
  src: url('../fonts/Greta_Arabic_Light.eot');
  src: url('../fonts/Greta_Arabic_Light.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Greta_Arabic_Light.woff2') format('woff2'),
      url('../fonts/Greta_Arabic_Light.woff') format('woff'),
      url('../fonts/Greta_Arabic_Light.ttf') format('truetype'),
      url('../fonts/Greta_Arabic_Light.svg#Greta_Arabic_Light') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GretaArabicBold';
  src: url('../fonts/Greta-Arabic-Bold.eot');
  src: url('../fonts/Greta-Arabic-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Greta-Arabic-Bold.woff2') format('woff2'),
      url('../fonts/Greta-Arabic-Bold.woff') format('woff'),
      url('../fonts/Greta-Arabic-Bold.ttf') format('truetype'),
      url('../fonts/Greta-Arabic-Bold.svg#Greta-Arabic-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html {
  /* font-family: "HelveticaNeueLT", sans-serif !important; */
  font-family: "GretaArabicLight", sans-serif !important;
}

body {
  font-family: "GretaArabicLight", sans-serif !important;
}
nav{
  font-weight: 900 !important;
  font-size: x-large;
  font-family: "GretaArabicBold", sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "GretaBold", sans-serif !important; */
  font-family: "GretaArabicBold", sans-serif !important;
  /* font-weight: 100 !important; */
}
.slider-height{
  min-height: 650px;
}
.bd-blog-content-title-4{
  height: 65px;
  overflow: hidden;
}
.page-title-area::before{
  background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,0) 39%, rgba(255,255,255,0) 60%, rgba(2,0,36,1) 100%);
}
.page-title{
  color: white;
  text-shadow: 1px 5px 15px black;
}
.breadcrumb-menu li:first-child span{
  color: white;
}
.breadcrumb-menu li:not(:last-child):after{
  color: lime;
}
.breadcrumb-menu li span{
  color: white;
}
.bd-postbox-thumb .bd-blog-tag-5 a{
  background-color: var(--bs-green);
    color: white;
}