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

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

h1 {
  color: #00b200;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Smackles, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

p {
  color: #0f0f0f;
  text-align: center;
  margin-bottom: 0;
  font-family: Prinles, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}

.bg-wrapper {
  background-image: linear-gradient(#dfdfdf80, #dfdfdf80), url('../images/background.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100dvh;
  display: flex;
  position: relative;
}

.brick {
  object-fit: cover;
  width: 36.7rem;
  height: 100%;
}

.brick.is-left {
  object-position: 100% 50%;
}

.brick.is-right {
  object-position: 0% 50%;
  width: 47.7rem;
}

.container {
  max-width: 80rem;
}

.content-wrapper {
  z-index: 2;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.mascot {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.button_group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.text-wrap {
  text-align: center;
  width: 65rem;
}

.div-block {
  margin-top: 2rem;
}

.btn {
  color: #fff;
  letter-spacing: 1px;
  background-color: #0079b2;
  border: .4rem solid #00e1ff;
  padding: .5rem 1.5rem;
  font-family: Prinles, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  text-decoration: none;
  transform: skew(-10deg);
}

.btn.secondary {
  background-color: #4397be;
  border-color: #c9f9ff;
}

.logo-img {
  z-index: 2;
  width: 30rem;
  position: relative;
}

.logo-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.abs {
  width: auto;
  height: 120%;
  position: absolute;
  inset: 2% -11.2vw auto auto;
}

.logo-contain {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.paragraph {
  color: #030303;
}

@media screen and (max-width: 991px) {
  .brick.is-left {
    width: 32.3rem;
  }

  .brick.is-right {
    display: none;
  }

  .container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .mascot {
    width: 20rem;
  }

  .button_group {
    align-items: flex-start;
  }

  .text-wrap {
    width: 100%;
  }

  .logo-img {
    width: 65vw;
  }
}

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

  p {
    font-size: 1.2rem;
  }

  .bg-wrapper {
    justify-content: space-between;
    align-items: flex-end;
  }

  .brick.is-left {
    object-position: 100% 100%;
    width: 16.6rem;
    height: 70%;
    display: none;
  }

  .container {
    justify-content: center;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .content-wrapper {
    text-align: center;
    flex-flow: column;
    width: 100%;
  }

  .button_group {
    justify-content: center;
    align-items: center;
  }

  .text-wrap {
    width: 100%;
    position: relative;
    bottom: auto;
  }

  .div-block {
    margin-top: 1.5rem;
  }

  .btn {
    font-size: 1.2rem;
  }

  .logo-img {
    width: 60vw;
  }

  .abs {
    right: -12.9rem;
  }
}

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

  p {
    font-size: 1rem;
  }

  .brick.is-left {
    width: 9.2rem;
    height: 31%;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button_group {
    flex-flow: column;
  }

  .btn {
    font-size: 1rem;
  }

  .logo-img {
    width: 75vw;
  }
}


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