@import url("https://fonts.cdnfonts.com/css/booter");
body, html {
  overflow: auto !important;
  font-size: 90pt;
  background-color: black;
  height: 100%;
  margin: 0;
}

input[type=text] {
  border-radius: 4px;
  border-color: lightgray;
  margin-right: 20px;
  font-weight: bold;
  font-size: 12pt;
  line-height: 20pt;
  font-family: "Montserrat", sans-serif;
}

textarea {
  border-radius: 4px;
  border-color: lightgray;
  font-weight: bold;
  font-size: 12pt;
  line-height: 20pt;
  padding-block: 1px;
  padding-inline: 2px;
  font-family: "Montserrat", sans-serif;
  border-top-color: black;
  border-left-color: black;
  border-width: 2px;
  border-style: inset;
  border-image: initial;
}

select {
  font-size: 12pt;
}

/* Solid border */
hr.solid_hr {
  border-top: 3px solid #bbb;
}

.text_input_group {
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
  width: 300px;
  max-width: 300px;
}

.header {
  height: 100px;
  min-height: 100px;
  width: 100%;
  background-color: black;
  line-height: 50px;
  display: flex;
  align-items: flex-start;
}

.social_media_buttons {
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 60px;
}

.social_media_button {
  margin-right: 5px;
  height: 35px;
  width: 35px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
}

.fa {
  font-size: 23px;
}

.fa-brands {
  font-size: 23px;
}

.fa:hover {
  opacity: 0.7;
}

.fa-facebook {
  color: black;
}

.fa-instagram {
  color: black;
}

.fa-tiktok {
  color: black;
}

.fa-x-twitter {
  color: black;
}

.navigation_buttons {
  display: flex;
  margin-left: auto;
  align-items: center;
  height: 100%;
  padding-right: 25px;
}

.navigation_button {
  margin-left: 5px;
  margin-right: 5px;
  width: 140px;
  height: 35px;
  color: white;
  background-color: black;
  font-size: 17pt;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  border-style: solid;
  border-width: 3px;
  border-color: lightgrey;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

.clue_navigation_button {
  margin-left: 5px;
  margin-right: 5px;
  width: 184px;
  height: 35px;
  color: white;
  background-color: black;
  font-size: 17pt;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  border-style: solid;
  border-width: 3px;
  border-color: lightgrey;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

.navigation_button:hover {
  background-color: green;
}

.clue_navigation_button:hover {
  background-color: green;
}

.howitworks {
  height: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  background-image: url("assets/Treasure-bg-1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 35px;
}

.about_body {
  height: 100vh;
}

.about {
  display: flex;
  flex: 1;
  padding-left: 5vw;
  padding-right: 5vw;
  background-image: url("assets/Treasure-bg-1.jpg");
  background-size: 100%, 100%;
}

.how_it_works_logo_group {
  width: 45vw;
}

.video_group {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.logo_group {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  width: 100%;
}

.logo_lost_treasure {
  width: 50%;
}

.logo_amount {
  width: 90%;
}

.await_text {
  width: 60%;
  margin: auto;
  font-family: "Booter - Five Five", sans-serif;
  font-size: 22pt;
  color: white;
  text-align: center;
  padding-bottom: 15px;
}

.logo_frame {
  width: 90%;
  margin: auto;
}

.video_frame {
  width: 90%;
  min-height: 400px;
  margin: auto;
}

.parchment_group {
  background-image: url("assets/parchment.png");
  background-size: 100% 100%;
  padding: 50px 70px 0 70px;
  margin-top: -20px;
  margin-left: 10%;
  margin-right: 10%;
}

.how_it_works_group {
  display: flex;
  flex-direction: row;
}

.how_it_works_text_group {
  width: 45vw;
  font-family: "Booter - Five Five", sans-serif;
}

.how_it_works_text_title {
  font-size: 44pt;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

.how_it_works_text_content {
  font-size: 22pt;
}

.tickets {
  background-image: url("assets/Treasure-bg-2.jpg");
  background-size: cover;
  font-family: "Booter - Five Five", sans-serif;
  padding-top: 20px;
}

.tickets_title {
  width: 100%;
  text-align: center;
  font-size: 70pt;
  color: white;
}

.tickets_subtitle {
  width: 100%;
  text-align: center;
  font-size: 22pt;
  color: white;
  margin-bottom: 25px;
}

.package_container {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 25px;
}

.column {
  box-sizing: border-box;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  margin-bottom: 16px;
  color: white;
  padding-bottom: 25px;
  min-height: 500px;
}

.column_title {
  color: rgb(255, 255, 255);
  font-size: 34pt;
  text-align: center;
  width: 94%;
  padding-left: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.column_icon {
  width: 100%;
}

.gold_text {
  color: gold;
}

.column_content {
  color: rgb(255, 255, 255);
  font-size: 20pt;
  font-family: "Booter - Five Five", sans-serif;
  text-align: center;
  width: 80%;
  margin: auto;
  min-height: 190px;
}

.column_content_text {
  margin-bottom: 10px;
}

.column_content_text_amount {
  font-size: 30pt;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
  font-weight: bold;
}

.column_button {
  width: 90%;
  height: 35px;
  color: white;
  background-color: black;
  font-size: 17pt;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  border-style: solid;
  border-width: 3px;
  border-color: lightgrey;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin: auto;
}

.column_button:hover {
  background-color: green;
}

.faqs {
  background-image: url("assets/treasure-bg-3.jpg");
  background-size: cover;
  font-family: "Booter - Five Five", sans-serif;
  padding-top: 20px;
  padding-bottom: 50px;
}

.faqs_title {
  width: 100%;
  text-align: center;
  font-size: 70pt;
  color: white;
  padding-top: 25px;
  padding-bottom: 25px;
}

.collapsible-container {
  width: 80%;
  margin: auto;
  border: 1px solid;
  border-radius: 25px;
  overflow: hidden;
  font-size: 22pt;
  margin-bottom: 30px;
}

.collapsible-header {
  background-color: white;
  cursor: pointer;
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
}

.collapsible-content {
  display: none;
  background-color: white;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 16pt;
}

.collapsible-container.open .collapsible-content {
  display: block;
}

.footer {
  height: 100px;
  min-height: 100px;
  width: 100%;
  background-color: black;
  line-height: 50px;
  display: flex;
  align-items: center;
}

.copyright_text {
  font-size: 12pt;
  color: white;
  padding-left: 30px;
}

.footer_links {
  font-size: 12pt;
  color: white;
  display: flex;
  margin-left: auto;
  padding-right: 25px;
}

.footer_link {
  margin-right: 28px;
}

.navbar {
  display: none;
}

.row_about {
  display: flex;
  height: 99%;
}

.column_about {
  flex: 50%;
}

.reg_column_total {
  flex: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.coming_soon_main {
  background-image: url("assets/Treasure-bg-2.jpg");
  background-size: cover;
  font-family: "Booter - Five Five", sans-serif;
  height: 100%;
  width: 100%;
  color: white;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.success_cancelled_main {
  background-image: url("assets/Treasure-bg-2.jpg");
  background-size: cover;
  background-position: center;
  font-family: "Booter - Five Five", sans-serif;
  height: 100%;
  width: 100%;
  color: white;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 40pt;
}
.success_cancelled_main .return_arrow {
  font-size: 26pt;
}

.return_arrow {
  color: white;
  font-size: 64pt;
}

.about_video_desktop {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.about_video_mobile {
  display: none;
}

.registration_group_charges {
  border-style: solid;
  border-width: 4px;
  border-color: white;
  border-radius: 4px;
  height: auto;
  width: 100%;
  font-size: 23pt;
  padding: 40px;
  background-color: white;
  color: black;
}

.navbar a {
  display: block;
  padding: 10px;
  border-bottom: #999;
}

.navigation_link {
  text-decoration: none;
}

.column_icon_container {
  width: 100%;
  text-align: center;
}

.column_button_link {
  color: white;
  text-decoration: none;
}

.about_text_group {
  display: flex;
  flex-direction: column;
}

.about_logo {
  max-width: 584px;
}

.about_text {
  margin-left: 45px;
  margin-right: 45px;
}

.about_text_header {
  font-size: 44pt;
}

.about_text_content {
  font-size: 25pt;
  line-height: 17pt;
  margin-bottom: 20px;
}

.registration_text_content {
  font-size: 23pt;
  line-height: 17pt;
  margin-bottom: 20px;
}

.registration_text_header {
  font-size: 34pt;
  margin-bottom: 18px;
}

.name_group {
  display: flex;
  flex-direction: row;
}

.checkbox_group {
  display: flex;
  flex-direction: row;
}

.clue_group {
  display: flex;
  flex-direction: row;
}

.clue_selection_1 {
  display: flex;
  flex-direction: row;
  margin-top: 15px;
}
.clue_selection_1 input[type=checkbox i] {
  margin-left: 10px;
}

.clue_selection_2 {
  display: flex;
  flex-direction: row;
  margin-top: 15px;
}
.clue_selection_2 input[type=checkbox i] {
  margin-left: 10px;
}

.clue_selection_3 {
  display: flex;
  flex-direction: row;
  margin-top: 15px;
}
.clue_selection_3 input[type=checkbox i] {
  margin-left: 10px;
}

.clue_selection_all {
  display: flex;
  flex-direction: row;
  margin-top: 15px;
}
.clue_selection_all input[type=checkbox i] {
  margin-left: 10px;
}

.bonus_group {
  display: flex;
  flex-direction: column;
}

.disclaimer {
  font-size: 14pt;
  margin-bottom: 10px;
}

.contact_content {
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.contact_logo_div {
  position: absolute;
  top: 130px;
}

.contact_header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 150px;
  width: 100%;
  background-image: url("assets/treasure-bg-3.jpg");
  background-size: cover;
  color: white;
  border-radius: 15px 15px 0px 0px;
}

.contact_us_div {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact_us_group {
  height: auto;
  width: 600px;
  background-color: white;
  color: black;
  border-radius: 15px;
}

.contact_title {
  font-size: 48pt;
}

.contact_title_text {
  font-family: Montserrat, sans-serif;
  font-size: 14pt;
}

.contact_input_div {
  font-family: Montserrat, sans-serif;
  font-size: 14pt;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact_input_group {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.contact_text_input {
  width: 100%;
  border-color: black !important;
  border-style: solid;
}

.contact_text_area {
  width: 100%;
  resize: none;
  font-weight: bold;
  font-size: 12pt;
  line-height: 20pt;
  border-color: black !important;
  border-style: solid;
}

.contact_input_label {
  font-family: "Booter - Five Five", sans-serif;
  font-size: 20pt;
}

.clue_response {
  font-size: 24pt;
}

.next_hunt_banner {
  height: 50px;
  background-image: url("assets/gold_banner.jpg");
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: black;
  font-family: "Booter - Five Five", sans-serif;
  font-size: 32pt;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 998px) {
  .column {
    width: calc(33.33% - 50px);
    margin-right: 50px;
    float: left;
  }
  .column:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1575px) {
  .contact_us_div {
    height: unset;
  }
  .contact_logo_div {
    position: initial;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 1450px) {
  .parchment_group {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 1360px) {
  .clue_group {
    flex-direction: column;
  }
  .checkbox_group {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1250px) {
  .name_group {
    flex-direction: column;
  }
  .row_about {
    flex-direction: column;
  }
  .about_logo_container {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .about_video_mobile {
    display: flex;
  }
  .about_video_desktop {
    display: none;
  }
  .registration_group_charges {
    height: auto;
    width: 92%;
  }
}
@media screen and (max-width: 1198px) {
  .navbar {
    margin-left: auto;
    padding-right: 20px;
    padding-top: 60px;
    padding-left: 20px;
    padding-bottom: 20px;
    text-decoration: none;
    line-height: initial;
    position: relative;
    display: block;
    background: black;
    border-radius: 10px;
    z-index: 5000;
  }
  .navbar a {
    display: none;
    font-size: 14pt;
    color: white;
    z-index: 100;
    font-family: "Booter - Five Five", sans-serif;
    text-decoration: none;
    border-bottom: solid 1px gold;
  }
  .navbar i {
    font-size: 10pt;
  }
  .navbar-toggle {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .navbar-toggle div {
    width: 30px;
    height: 3px;
    background-color: white;
    margin: 6px 0;
    transition: 0.4s;
  }
  .navbar-toggle.active div:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
  }
  .navbar-toggle.active div:nth-child(2) {
    opacity: 0;
  }
  .navbar-toggle.active div:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
  }
  .social_media_buttons {
    padding-left: 25px;
  }
  .navigation_buttons {
    display: none;
  }
  .footer {
    flex-direction: column;
    height: auto;
  }
  .copyright_text {
    padding-left: 0;
    font-size: 10pt;
  }
  .footer_links {
    flex-direction: column;
    margin-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .footer .social_media_buttons {
    padding-left: 0;
    width: initial;
  }
  .footer .footer_link {
    margin-right: 0;
  }
}
@media screen and (max-width: 998px) {
  .ticket_column {
    width: 75%;
    max-width: 349.95px;
    margin: auto;
    margin-bottom: 40px;
  }
  .await_text {
    width: 80%;
  }
}
@media (max-width: 885px) {
  .how_it_works_group {
    flex-direction: column;
    align-items: center;
  }
  .how_it_works_logo_group {
    width: 100%;
  }
  .logo_group {
    width: 100%;
  }
  .await_text {
    width: 100%;
  }
  .video_frame {
    width: 100%;
    min-height: 225px;
  }
  .how_it_works_text_group {
    width: 100%;
    margin-top: 25px;
  }
  .navbar {
    display: initial;
  }
  .about_text {
    margin-left: 0;
    margin-right: 0;
  }
  .contact_us_div {
    height: initial;
  }
  .next_hunt_banner {
    font-size: 20pt;
  }
}
@media (max-width: 515px) {
  .registration_group_charges {
    font-size: 18pt;
    width: auto;
  }
  .reg_column_total {
    width: 100%;
    display: initial;
  }
  .about_logo {
    max-width: unset;
    width: 100%;
  }
  .next_hunt_banner {
    font-size: 14pt;
    font-weight: bold;
  }
}
@media (max-width: 452px) {
  body, html {
    font-size: initial;
  }
  .text_input_group {
    width: 90%;
  }
  .tickets_title {
    font-size: 48pt;
  }
  .parchment_group {
    margin-top: 0px;
    padding: 50px 40px 0 40px;
  }
  .logo_frame {
    width: 100%;
    margin-bottom: 10px;
  }
  .await_text {
    font-size: 18pt;
  }
  .logo_lost_treasure {
    width: 100%;
  }
  .logo_amount {
    width: 100%;
  }
  .coming_soon_main {
    font-size: 40pt;
  }
  .return_arrow {
    font-size: 26pt;
  }
  .collapsible-header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .collapsible-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .contact_logo_image {
    width: 100%;
  }
  .about_logo {
    width: 100%;
  }
}
@media (max-width: 300px) {
  .registration_group_charges {
    font-size: 14pt;
  }
}

/*# sourceMappingURL=index.css.map */
