/* Add custom CSS styles below */ 
@font-face {
  font-family: 'Thmanyah';
  src: url('https://wpazzrk.github.io/again/thmanyahsans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
body {
  font-family: 'Thmanyah', sans-serif !important;
}

section:nth-child(1 of .NG-hero-section) .flex.flex-col.items-start {
    width: 35%;
    align-items: center;
}

/*NG-categories-1 **/

.NG-categories-1 .container > div {
  text-align: center !important;
}

.NG-categories-1 .card.group {
  width: 311px !important;
}

.NG-categories-1 .swiper-wrapper {
  justify-content: center;
}
/*******************/

@media (max-width: 768px) {

 .NG-hero-section .flex.flex-col.items-start {
    width: 55%;
    align-items: start;
}
  
section:nth-child(1 of .NG-hero-section) .flex.flex-col.items-start {
    width: 55%;
    align-items: start;
}
  footer * {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }

.NG-categories .card-inner {
    height: 380px;
}

.GL-promotional-banner .overflow-hidden {
    height: 316px;
}
  
  .the-logo {
    height: 70px;
  }
}