@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
:root {
    --color-primary: #1B5A57;
    --color-secondary: #40F8FB;
    --color-secondary-rgb: 64, 248, 251;
    --color-secondary-light: #90FDFF;
    --color-success: #0AFA30;
    --color-warning: #FEDF30;
    --color-danger: #F74444;
    --color-info: #003CFF;
    --color-black: #000000;
    --body-font-family: "Inter", sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --body-font-size: 32px;
    --body-line-height: normal;
    --body-font-weight: 600;
    --body-color: var(--color-secondary);
    --body-bg: var(--color-black);
   --text-shadow: 0px 0px 929.88px #40F8FB, 0px 0px 531.36px #40F8FB, 0px 0px 309.96px #40F8FB, 0px 0px 154.98px #40F8FB, 0px 0px 44.28px #40F8FB, 0px 0px 22.14px #40F8FB;
}

*,
body,
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html,
body {
    padding: 0;
    margin: 0;
    font-family: var(--body-font-family);
    font-size: var(--body-font-size);
    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height);
    color: var(--body-color);
    background-color: var(--body-bg);
    scroll-behavior: smooth;
}
body {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}
.scrollno {
    position: fixed;
    overflow: hidden;
}
.main_wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.main_container {
    position: relative;
    max-width: 1080px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.main_container::before {
    content: "";
    display: block;
    padding-top: 177.78%;
}
.main_container > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
img {
    max-width: 100%;
}
a,
.btn,
button {
    cursor: pointer;
}
a,
a:hover,
a:focus,
a:active,
button,
button:hover,
button:focus,
input,
input:hover,
input:focus,
select,
select:hover,
select:focus,
textarea,
textarea:hover,
textarea:focus,
.btn,
.btn:hover,
.btn:focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    font-family: inherit;
}
/* -=-=-=-=-=-=-=-=-=-=-=*/
/*  SITE TYPOGRAPHY CSS  */
/* -=-=-=-=-=-=-=-=-=-=-=*/
p {
  margin: 0 0 16px;
}
p:empty {
    display: none;
}
b,
strong {
    font-weight: 700;
}
.small,
small {
    font-size: .75em;
}
a {
    color: var(--color-secondary);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
a:hover,
a:focus,
a:active {
    color: var(--color-secondary);
}
.text-center {
    text-align: center;
}
/*-=-=- Global CSS -=-=-=*/
.screen_bg {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.screen_scroll {
    position: relative;
    z-index: 1;
    height: 100%;
    overflow-y: auto;
}
.screen_scroll::-webkit-scrollbar-track {
    display: none;
}
.screen_scroll::-webkit-scrollbar {
    display: none;
}
.screen_scroll::-webkit-scrollbar-thumb {
    display: none;
}
.video_box {
    width: 100%;
    height: 100%;
    max-width: 589px;
    max-height: 941px;
    background: #000000;
    box-shadow: 0px 0px 54.0304px #40F8FB, 0px 0px 30.8745px #40F8FB, 0px 0px 18.0101px #40F8FB, 0px 0px 9.00507px #40F8FB, 0px 0px 2.57288px #40F8FB, 0px 0px 1.28644px #40F8FB;
    border-radius: 50px;
    margin: 0 auto;
}
.video_box video {
    width: 100%;
    height: 100%;
    max-width: 589px;
    max-height: 941px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50px;
}
.common_screen {
  padding: 80px 0;
}
.number_keyboard_wrapper {
  position: relative;
  max-width: 308px;
  margin: 0 auto;
}
.input_wrapper {
  max-width: 308px;
  margin: 25px auto 44px;
}
.input_wrapper .form-control, .input_wrapper .form-control:hover, .input_wrapper .form-control:focus {
  width: 100%;
  height: 66px;
  border-radius: 50px;
  border: 0;
  background-color: var(--color-black);
  color: var(--color-secondary);
  padding: 5px;
  margin: 0;
  outline: 0;
  font-size: 64px;
  line-height: 1;
  font-weight: 600;;
  text-align: center;
  box-shadow: 0px 0px 54.0304px #40F8FB, 0px 0px 30.8745px #40F8FB, 0px 0px 18.0101px #40F8FB, 0px 0px 9.00507px #40F8FB, 0px 0px 2.57288px #40F8FB, 0px 0px 1.28644px #40F8FB;
}
.input_wrapper .form-control.success {
    color: var(--color-success);
}
.input_wrapper .form-control.error {
  color: #FA0A0A;
}
.input_wrapper .form-control::placeholder {
    color: var(--color-secondary);
}
.input_wrapper .form-control::-ms-input-placeholder {
    color: var(--color-secondary);
}
.number_keyboard {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.number_key, .number_key:hover, .number_key:focus {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 0 0 auto;
  width: 25%;
  max-width: 64px;
  height: 71px;
  font-size: 40px;
  line-height: normal;
  font-weight: 600;
  background-color: var(--color-secondary);
  color: var(--color-black);
  border: 0;
  border-radius: 100%;
  margin: 0 0 13px;
  box-shadow: 0px 0px 54.0304px #40F8FB, 0px 0px 30.8745px #40F8FB, 0px 0px 18.0101px #40F8FB, 0px 0px 9.00507px #40F8FB, 0px 0px 2.57288px #40F8FB, 0px 0px 1.28644px #40F8FB;
  text-shadow: var(--text-shadow);
}
/* .number_key.delete {
  background-color: var(--color-secondary-light);
} */
.form_msg {
    font-weight: normal;
    text-align: center;
}
.form_msg p {
  text-shadow: var(--text-shadow);
  margin: 0;
}
.form_success_msg {
  font-size: 40px;
  line-height: 48px;
  color: var(--color-success);
}
.form_success_msg strong {
  font-weight: 600;
}
.form_error_msg {
  font-size: 50px;
  line-height: 58px;
  font-weight: 600;
  color: var(--color-danger);
}

/*-=- Screens -=-*/
.start_screen .screen_scroll {
    padding: 90px 55px 0;
    text-align: center;
}
.start_screen h1 {
    font-size: 50px;
    line-height: normal;
    font-weight: 600;
    margin: 30px 0 37px;
    text-shadow: var(--text-shadow);
}
.btn_link {
    display: inline-block;
    font-size: 50px;
    line-height: normal;
    font-weight: 600;
    text-shadow: var(--text-shadow);
    text-decoration: none;
}
.intro_screen .screen_scroll {
    padding: 60px 55px 0;
    text-align: center;
}
.intro_screen .btn_link {
    margin-top: 10px;
    display: none;
}
.clue_modal_btn, .clue_modal_btn:hover, .clue_modal_btn:focus {
    font-size: 24px;
    line-height: normal;
    color: #000;
    padding: 0;
    margin: 0;
    border-radius: 100%;
    border: 0;
    width: 34px;
    height: 34px;
    background-color: var(--color-secondary);
    box-shadow: 0px 0px 4.0304px #40F8FB, 0px 0px 10.8745px #40F8FB, 0px 0px 10.0101px #40F8FB, 0px 0px 4.00507px #40F8FB, 0px 0px 2.57288px #40F8FB, 0px 0px 1.28644px #40F8FB;
}
.one_screen .screen_scroll {
    padding: 0 15px;
}
.one_screen .screen_text {
    margin: 63px 0 25px;
    text-align: center;
    padding: 0 10px;
}
.screen_text p {
    text-shadow: var(--text-shadow);
}

/*-=- Modal -=-*/
.fade:not(.show) {
    opacity: 0;
}
.fade {
    transition: opacity .15s linear;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    max-width: 319px;
    margin: 10px auto;
    pointer-events: none;
    display: flex;
    align-items: center;
    min-height: calc(100% - 20px);
}
.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px);
}
.modal.show .modal-dialog {
    transform: none;
}
.close {
    font-size: 36px;
    line-height: normal;
    font-weight: 600;
    background-color: transparent;
    color: #060606;
    border: 0;
    padding: 0;
    margin: 0;
    outline: 0;
    display: inline-block;
    margin: 0 0 0 auto;
}
.modal .modal_btns {
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
}
.modal .modal_btn {
    font-size: 64px;
    line-height: normal;
    font-weight: 600;
    color: #060606;
    padding: 0;
    margin: 0;
    border-radius: 100%;
    border: 0;
    background-color: transparent;
    text-align: center;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 35px;
    pointer-events: auto;
    color: #060606;
    background-color: var(--color-secondary);
    box-shadow: 0px 0px 54.0304px #40F8FB, 0px 0px 30.8745px #40F8FB, 0px 0px 18.0101px #40F8FB, 0px 0px 9.00507px #40F8FB, 0px 0px 2.57288px #40F8FB, 0px 0px 1.28644px #40F8FB;
    background-clip: padding-box;
    border-radius: 50px;
    outline: 0;
    text-align: center;
}
.modal-content h4 {
    font-size: 36px;
    line-height: normal;
    font-weight: 600;
    margin: 28px 0 30px;
}
.modal-content p {
    font-size: 24px;
    line-height: normal;
    font-weight: 600;
}
.clue_modal .modal-content {
    padding: 146px 30px;
}
.clue_one_modal .modal_btn {
    font-size: 36px;
    margin-top: 87px;
}
.clue_one_modal .modal-content {
    padding: 35px 30px 110px;
}
.clue_two_modal .modal-content {
    padding: 35px 30px 150px;
}
.screen_two .screen_scroll {
    padding: 132px 25px 0;
    text-align: center;
}
.cam_btn {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    outline: 0;
}





















