* {
  box-sizing: border-box;
}
@font-face {
  font-weight: 900;
  font-style: normal;
  font-display: block;
  font-family: "Hanson";
  src: url("/fonts/Hanson-Bold.otf") format("truetype");
}

@font-face {
  font-family: MonumentExtended-Regular;
  src: url("/fonts/MonumentExtended-Regular.ttf");
  /* font-weight: normal ; */
}

#ori-breadcrumbs {
  height: 100vh;
  width: 100%;
}

.gl-container {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  /* padding: 0 6%; */
  box-sizing: border-box;
}

.container-head {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}

.main-head h1 {
  margin-top: 4rem !important;
  font-family: Hanson, sans-serif !important;
  -webkit-text-stroke: 5px white;
  -webkit-text-fill-color: transparent;
  letter-spacing: 8px;
  font-size: 124px;
  font-weight: 700;
  line-height: 60px;
  padding-bottom: 12px;
}

.fls {
  width: 100%;
}
.fls h1 {
  margin-top: 1rem !important;
  font-family: "Roboto", sans-serif !important;

  font-size: 26px;
  line-height: 36px;
  letter-spacing: 2px;
  text-align: justify;
}

.hds h1 {
  font-family: Hanson, sans-serif !important ;
  text-transform: uppercase;
  text-align: left !important;
}

@media (max-width: 767.98px) {
  .main-head h1 {
    margin-top: 4rem !important;
    font-family: Hanson, sans-serif !important;
    -webkit-text-stroke: 2px white;
    -webkit-text-fill-color: transparent;
    letter-spacing: 8px;
    font-size: 10vw;
    font-weight: 700;
    line-height: 60px;
    padding-bottom: 12px;
  }

  .card-s h4 {
    font-size: 1rem !important;
    line-height: 1.4rem;
  }
  .gl-container {
    /* padding: 0 2%; */
  }

  .fls h1 {
    margin-top: 1rem !important;
    font-family: "Roboto", sans-serif !important;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
  }
  .fls {
    width: 100%;
  }
}

.hidden {
  display: none !important;
}
