@font-face {
  font-family: Rosebayslab;
  src: url('../fonts/RosebaySlab-Oblique.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  color: #333;
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}

h1 {
  color: #7affff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rosebayslab, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  color: #e0e0e0;
  margin-bottom: 10px;
}

.section {
  background-image: url('../images/bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100dvh;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  overflow: clip;
}

.container {
  max-width: 90rem;
}

.button-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  margin-top: 2rem;
  display: flex;
}

.flex {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 70rem;
  display: flex;
}

.btn {
  color: #3b3b3b;
  background-color: #ffbd00;
  border: .25rem solid #eee;
  border-radius: 1000px;
  padding: .5rem 1rem;
  font-size: 1rem;
  text-decoration: none;
}

.btn.is-alt {
  color: #494949;
  background-color: #fd0;
}

.text-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #002b80;
  border: .75rem solid #fff;
  border-radius: 5rem;
  flex-flow: column;
  padding: 2.5rem;
  display: flex;
}

.mascot {
  object-fit: contain;
  height: 23.3rem;
  position: relative;
  left: 5%;
}

.div-block {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.image {
  object-fit: contain;
  width: 32.7rem;
}

@media screen and (max-width: 991px) {
  h1 {
    line-height: 1.2;
  }

  .text-wrap {
    padding: 1.5rem 2rem;
  }

  .mascot {
    height: 17.9rem;
  }

  .image {
    width: 26rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 1.7rem;
    line-height: 1.1;
  }

  p {
    font-size: .9rem;
  }

  .section {
    padding: 4rem .5rem;
  }

  .button-group {
    margin-top: 1.5rem;
  }

  .flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .btn {
    font-size: .9rem;
  }

  .text-wrap {
    text-align: center;
    border-width: .4rem;
    border-radius: 2.5rem;
    align-items: center;
    padding: 1.5rem;
  }

  .mascot {
    height: 13.7rem;
  }

  .div-block {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image {
    width: 22.5rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 1.5rem;
  }

  p {
    margin-bottom: 0;
    font-size: .8rem;
  }

  .button-group {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .flex {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .btn {
    font-size: .8rem;
  }

  .text-wrap {
    padding: 1.5rem;
  }

  .mascot {
    order: 9999;
    height: 11.5rem;
    bottom: 1.3rem;
    left: auto;
  }

  .div-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .image {
    width: 16.5rem;
  }
}


@font-face {
  font-family: 'Rosebayslab';
  src: url('../fonts/RosebaySlab-Oblique.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}