@font-face {
  font-family: 'Careem';
  src: url('https://amr099.github.io/Fonts/CAREEM.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@media(max-width:992px){
 header.store-header {
    position: static !important;
}
  #mainnav {
    height: 90px !important;
}
  .navbar-brand img {
    width: 80px !important;
}
}

body {
  font-family: 'Careem', sans-serif;
}

.landing-page-first-banner img{
  object-fit: fill !important
}

.image-title .title-heade {
    background-color: transparent;
    color:#fff !Important
}

.copyright-text p{
  color:#fff !important
}