
@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: 'GretaArabicLight', sans-serif !important;
}

body {
  font-family: 'GretaArabicLight', sans-serif !important;
}

nav {
  font-family: 'GretaArabicBold', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'GretaArabicBold', sans-serif !important;
}

p {
  font-family: 'GretaArabicLight', sans-serif !important;
  text-align: justify;
}
.main-menu ul li a{
  font-family: 'GretaArabicBold';
}
.intro-video h3{
  position: relative;
  height: 59px;
  overflow: hidden;
  font-size: larger;
  bottom: 75px;
  color: white;
  text-align: center;
  z-index: 1;
  padding: 5px;
}
header.main-header .header-sticky{
  padding: 5px 15px;
}

.section-title img{
  border-radius: 25px;
}
.project-item .project-image img{
  aspect-ratio: 1;
}
.right_ads{
  top: 200px;
  position: fixed;
  right: 10px;
  z-index: 1;
}
/* .right_ads img{
  width: 150px;
} */
.left_ads{
  top: 200px;
  position: fixed;
  left: 10px;
  z-index: 3;
}
/* .left_ads img{
  width: 150px;
} */