@font-face {
  font-family: 'Careem';
  src: url('https://raw.githubusercontent.com/amr099/Fonts/master/CAREEM-REGULAR.DB5F2BCA26992ED25A89.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

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

.landing-page-fixed-banner-1 img.absolute.top-0.w-full.h-full.object-cover {
    object-position: left !important;
}


.banner_ad .img2 {
    grid-column-start: 2;
    grid-row: span 1 / span 2;
    grid-row-start: 1;
}
@media(max-width:768px){
.banner_ad .img2 {
    grid-column-start: 1;
    grid-row: span 1 / span 2;
    grid-row-start: 3;
}
}

.banner_ad .img1 .bg-cover {
    background-position: bottom !important;
}

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