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

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

h1,h2,h3,h4{
  font-weight: bold !important
}

.NG-main-banner .text-wrapper {
    max-width: 600px !important;
    justify-content: center;
    align-items: center;
    margin-right: auto;
    margin-left: 10%;
}
.NG-main-banner .text-wrapper h1{
    line-height: 1.5 !important;
    color:#392521
}
.NG-main-banner.NG-main-banner-5 .text-wrapper{
  margin-right: 0 !Important
}

.NG-categories .card-back-overlay {
    background: transparent;
}

@media(max-width:768px){
  .NG-main-banner .text-wrapper {
    margin-left: 1%;
    max-width: 240px !important;
  }
  .NG-main-banner .text-wrapper h1{
    max-width: 200px !important
  }
}

@media(min-width:1024px){
  .NG-main-banner .text-wrapper h1{
    font-size: 48px !important
  }
  .NG-main-banner-0 .banner {
    min-height: 900px !important;
}
  .NG-categories .grid {
    grid-template-columns: repeat(3,minmax(0,1fr));
    max-width: 900px;
    margin: auto;
}
}