/* ---- Settings ---- */
@import url("https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap");
/* ---- Global ---- */
body {
  min-height: 100vh;
  background: #0c1539;
  background-image: url("../../images/dist/bg/bg.png");
  background-size: 100%;
  font-family: 'Luckiest Guy', serif;
  font-weight: 400;
  font-style: normal;
  user-select: none; }
  @media screen and (max-width: 768px) {
    body {
      background-size: 200%; } }
  body .content {
    min-height: 100vh; }
  body h1,
  body h2,
  body h3,
  body h4,
  body h5,
  body h6 {
    font-family: 'Luckiest Guy', serif;
    margin: 0;
    padding: 0;
    text-transform: uppercase; }

.bdi-local-activation-skip-link {
  display: none !important; }

.title h1 {
  font-size: clamp(60px, 37vw, 190px);
  text-shadow: none;
  background: radial-gradient(circle, #f7e28a, #bc8734);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.title h2 {
  font-size: clamp(30px, 6vw, 67px);
  color: #fbe992; }

.title h3 {
  font-size: clamp(17px, 2vw, 38px);
  color: #fbe992;
  margin-top: 27px;
  padding: 0 140px; }
  @media screen and (max-width: 768px) {
    .title h3 {
      padding: 0px;
      margin-bottom: 60px;
      margin-top: 10px; } }

.form {
  text-align: center;
  /* Entered */ }
  .form h2 {
    font-size: clamp(20px, 5vw, 34px);
    color: #fbe992;
    margin: 8px 0 31px 0; }
  .form h4 {
    font-size: clamp(50px, 17vw, 120px);
    text-shadow: none;
    line-height: 100%;
    background: radial-gradient(circle, #f7e28a, #bc8734);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0; }
  .form h5 {
    font-size: clamp(30px, 6vw, 67px);
    color: #fbe992;
    line-height: 100%; }
  .form h6 {
    font-size: clamp(17px, 2vw, 38px);
    color: #fbe992;
    margin-top: 50px;
    padding: 0 140px; }
    @media screen and (max-width: 768px) {
      .form h6 {
        padding: 0px;
        margin-bottom: 60px;
        margin-top: 10px; } }
  .form form fieldset {
    padding: 0 233px; }
    @media screen and (max-width: 1100px) {
      .form form fieldset {
        padding: 0; } }
    .form form fieldset .custom-select {
      width: 100%; }
    .form form fieldset input,
    .form form fieldset .select-box {
      width: 100%;
      padding: 4px;
      border-radius: 50px;
      margin-bottom: 4px;
      background: #fcaa13;
      border: 2px solid white;
      text-align: center !important;
      font-size: 34px;
      color: #0f1942;
      text-transform: uppercase; }
      @media screen and (max-width: 768px) {
        .form form fieldset input,
        .form form fieldset .select-box {
          font-size: 28px; } }
      .form form fieldset input::placeholder,
      .form form fieldset .select-box::placeholder {
        color: #0f1942; }
      .form form fieldset input[type='submit'],
      .form form fieldset .select-box[type='submit'] {
        background: #e73f0c;
        color: white;
        cursor: pointer; }

.pack {
  width: 530px;
  margin-top: -70px;
  margin-bottom: 210px;
  pointer-events: none; }
  @media screen and (max-width: 768px) {
    .pack {
      margin-top: -20px;
      margin-bottom: 140px; } }

.trunk {
  max-width: 540px; }
  @media screen and (max-width: 768px) {
    .trunk {
      width: 100%; } }

.custom-select {
  position: relative;
  width: 200px;
  cursor: pointer; }
  .custom-select.open .select-box {
    border-bottom: 0;
    border-radius: 32px 32px 0 0; }
    .custom-select.open .select-box::after {
      transform: rotate(0deg); }

.select-box {
  position: relative;
  z-index: 11; }

.select-box::after {
  content: '';
  display: block;
  background: url(../../images/dist/ui/arrow.png);
  width: 34px;
  height: 24px;
  position: absolute;
  right: 80px;
  transition: all 200ms;
  top: 19px;
  background-size: cover;
  transform: rotate(-90deg); }
  @media screen and (max-width: 768px) {
    .select-box::after {
      width: 24px;
      height: 18px;
      position: absolute;
      right: 32px;
      transition: all 200ms;
      top: 16px;
      background-size: cover; } }
  @media screen and (max-width: 400px) {
    .select-box::after {
      display: none; } }

.options {
  display: none;
  position: absolute;
  top: 88%;
  left: 0;
  border: 2px solid white;
  width: 100%;
  background: #fcaa13;
  border-top: none;
  border-radius: 0 0 32px 32px;
  overflow: hidden;
  z-index: 10;
  padding-top: 3px; }

.option {
  padding: 10px;
  cursor: pointer;
  font-size: 34px;
  color: #0f1942;
  text-transform: uppercase; }
  @media screen and (max-width: 768px) {
    .option {
      font-size: 28px; } }

.option:hover {
  background: #fff; }

.custom-select.open .options {
  display: block; }

#header {
  z-index: 11; }

.logo {
  width: 227px; }
  @media screen and (max-width: 768px) {
    .logo {
      width: 50%; } }
