/* Add custom CSS styles below */ 
@font-face {
    font-family: 'Careem';
    src: url('https://wpazzrk.github.io/again/careem.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
body , *{
    font-family: 'Careem', sans-serif;
}
.fixed-pinned .navbar-brand img {
    max-height: 70px;
    max-width: 70px;
}
@media screen and (max-width:768px) {
.main-nav-container {
    height: 80px !important;
}
.navbar-brand img {
    max-width: 48px;
}
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 60px;
    max-width: 60px;
}
}
/*---heading------------------*/
.image-title {
margin-bottom: 25px;
}
@media screen and (max-width:768px) {
.g-products .image-title {
margin-bottom: 44px;
}
}
/********main-banners********/
 section.landing-page-first-bannar .container  > div  {
    width: 40%;
}
@media screen and (max-width:768px) {
section:nth-child(2 of section.landing-page-first-bannar) h1 {
    font-size: 15px;
}
section:nth-child(2 of section.landing-page-first-bannar) .txt .custom-dlay-a {
    animation-delay: 1.2s;
    margin-top: 0px;
}
}
/*******category */
@media screen and (min-width:991px) {
.lg\:grid-cols-6 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
}
}
/***********************/
.banner_ad .img2 {
    grid-row: span 2;
}
.banner_ad .img3 {
    display: none;
}
section:nth-child(1 of section.landing-page-first-bannar) .fbanner-star-btn {
    color: #000 !important;
}