/*!
 * Copyright: Mystic Code
 * https://www.mysticcode.com.np
 * Support:  https://www.mysticcode.com.np/contact
 * Contact: info@mysticode.com.np
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
   user-select: none;
touch-action: manipulation;
 }
 img {
  pointer-events: none;
 }
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  -webkit-tap-highlight-color: transparent; }

* {
  -webkit-tap-highlight-color: transparent; }

* {
  max-height: 1000000px; }

body {
  color: #333;
  background: #fff;
  font: 16px/1.2 "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto; }

.gm-style img {
  max-width: none; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit; }

h1, .h1 {
  font-size: 30px; }

h2, .h2 {
  font-size: 27px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 21px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #39f; }
  a:hover, a:focus {
    text-decoration: none; }

@font-face {
  font-family: 'tulak_tulak';
  src: url("../font/tulak/TulakTulakByAINasution.eot");
  src: url("../font/tulak/TulakTulakByAINasution.eot?#iefix") format("embedded-opentype"), url("../font/tulak/TulakTulakByAINasution.woff2") format("woff2"), url("../font/tulak/TulakTulakByAINasution.woff") format("woff"), url("../font/tulak/TulakTulakByAINasution.ttf") format("truetype"), url("../font/tulak/TulakTulakByAINasution.svg#TulakTulakByAINasution") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'europa';
  src: url("../font/europa/europagrotesksh-reg-webfont.woff2") format("woff2"), url("../font/europa/europagrotesksh-reg-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.4em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #333; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #999; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #999; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #999; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #999; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #999; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

#wrapper {
  height: 100vh;
  width: 100%;
  overflow: hidden !important; }
  #wrapper.overflow {
    overflow: hidden; }
  #wrapper .bg-body {
    background-image: url("../img/static_splash.webp");
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    margin: 0 auto;
    position: relative;
    height: 100vh; }
    #wrapper .bg-body .container {
      max-width: 580px;
      margin: 0 auto;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (min-width: 520px) {
        #wrapper .bg-body .container {
          width: 80%; } }
  #wrapper .floating-num {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 1; }
    #wrapper .floating-num .num {
      position: absolute !important; }
      #wrapper .floating-num .num:hover img:first-child {
        opacity: 0; }
      #wrapper .floating-num .num:hover img:nth-child(2) {
        opacity: 1; }
      #wrapper .floating-num .num img {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        #wrapper .floating-num .num img:nth-child(2) {
          opacity: 0; }
        #wrapper .floating-num .num img:last-child {
          opacity: 0; }
      #wrapper .floating-num .num.num50 {
        top: -114%;
        left: 23.1%;
        width: 15%; }
      #wrapper .floating-num .num.num12 {
        top: -79%;
        left: 2.1%;
        width: 17%; }
      #wrapper .floating-num .num.num88 {
        top: -70%;
        left: 47.2%;
        width: 15.2%; }
      #wrapper .floating-num .num.num10 {
        top: -28%;
        left: 9.4%;
        width: 16.2%;
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg); }
      #wrapper .floating-num .num.num1 {
        top: -75%;
        right: -5.8%;
        width: 16%;
        -webkit-transform: rotate(4deg);
        -ms-transform: rotate(4deg);
        transform: rotate(4deg); }
      #wrapper .floating-num .num.num66 {
        top: -16.6%;
        right: 2.5%;
        width: 15.7%; }
      #wrapper .floating-num .num.num44 {
        bottom: -42.6%;
        left: -4.5%;
        width: 15.7%; }
      #wrapper .floating-num .num.num87 {
        bottom: -45.6%;
        left: 44.5%;
        width: 17.2%; }
      #wrapper .floating-num .num.num39 {
        bottom: -9.6%;
        left: 77.5%;
        width: 16.7%;
        -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg); }
      #wrapper .floating-num .num.num24 {
        bottom: -85.6%;
        left: 7.5%;
        width: 15.7%;
        -webkit-transform: rotate(-24deg);
        -ms-transform: rotate(-24deg);
        transform: rotate(-24deg); }
      #wrapper .floating-num .num.num36 {
        bottom: -90.5%;
        left: 87.3%;
        width: 15.7%; }
  #wrapper .main-btn {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #wrapper .main-btn .btn-holder {
      min-width: 100%;
      position: relative;
      z-index: 2; }
      #wrapper .main-btn .btn-holder:first-child {
        margin-bottom: 14%; }
      #wrapper .main-btn .btn-holder .index-btn {
        display: block;
        width: 73.5%;
        margin: 0 auto; }
        #wrapper .main-btn .btn-holder .index-btn .main-btn-num {
          position: relative;
          padding-top: 37%; }
        #wrapper .main-btn .btn-holder .index-btn img {
          width: 100%;
          height: auto;
          -webkit-transform: all 0.2s ease;
          -ms-transform: all 0.2s ease;
          transform: all 0.2s ease; }
        #wrapper .main-btn .btn-holder .index-btn:hover img:first-child {
          opacity: 0; }
        #wrapper .main-btn .btn-holder .index-btn:hover img:nth-child(2) {
          opacity: 1; }
    #wrapper .main-btn a {
      display: block; }
    #wrapper .main-btn .main-btn-num img {
      position: absolute;
      top: 0;
      left: 0; }
      #wrapper .main-btn .main-btn-num img:nth-child(2) {
        opacity: 0; }
      #wrapper .main-btn .main-btn-num img:last-child {
        opacity: 0; }

.mode-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 85%;
  max-width: 520px;
  border: 5px solid rgba(0, 0, 0, 0.8);
  background-color: #fff;
  z-index: 5;
  padding: 9vw 3vw; }
  .mode-modal.leave-option {
    padding: 5vw 5vw; }
    @media (min-width: 520px) {
      .mode-modal.leave-option {
        max-width: 520px;
        padding: 8vw 5vw; } }
    .mode-modal.leave-option .title {
      width: 40vw; }
      @media (min-width: 520px) {
        .mode-modal.leave-option .title {
          width: 30vw; } }
  .mode-modal.reset-option {
    padding: 5vw 5vw; }
    @media (min-width: 520px) {
      .mode-modal.reset-option {
        max-width: 520px;
        padding: 8vw 5vw; } }
    @media screen {
      .mode-modal.reset-option .title {
        width: 30vw; } }
  .mode-modal .title {
    height: auto;
    width: 35vw;
    margin: auto;
    display: block;
    margin-bottom: 34px; }

.mode-btn-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .mode-btn-holder .mode-button {
    display: block;
    width: 50%;
    height: 42px;
    margin: 0 auto;
    position: relative; }
    .mode-btn-holder .mode-button .mode-btn {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 42px; }
      .mode-btn-holder .mode-button .mode-btn.manual img {
        height: auto;
        width: 58.6%;
        left: 21.9%; }
      .mode-btn-holder .mode-button .mode-btn.auto img {
        height: auto;
        width: 76.6%;
        left: 5.9%; }
      .mode-btn-holder .mode-button .mode-btn.yes {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        top: -54%; }
        @media (min-width: 520px) {
          .mode-btn-holder .mode-button .mode-btn.yes {
            top: -32%; } }
        .mode-btn-holder .mode-button .mode-btn.yes img {
          height: auto;
          width: 21vw;
          margin: 0 auto; }
          @media (min-width: 520px) {
            .mode-btn-holder .mode-button .mode-btn.yes img {
              width: 17vw; } }
      .mode-btn-holder .mode-button .mode-btn.no {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        top: -54%; }
        @media (min-width: 520px) {
          .mode-btn-holder .mode-button .mode-btn.no {
            top: -32%; } }
        .mode-btn-holder .mode-button .mode-btn.no img {
          height: auto;
          width: 21vw;
          margin: 0 auto; }
          @media (min-width: 520px) {
            .mode-btn-holder .mode-button .mode-btn.no img {
              width: 17vw; } }
    .mode-btn-holder .mode-button .main-btn-num {
      position: relative;
      padding-top: 37%; }
    .mode-btn-holder .mode-button img {
      position: absolute;
      top: 0;
      -webkit-transform: all 0.2s ease;
      -ms-transform: all 0.2s ease;
      transform: all 0.2s ease; }
      .mode-btn-holder .mode-button img:last-child {
        opacity: 0; }
    .mode-btn-holder .mode-button:hover img:first-child {
      opacity: 0; }
    .mode-btn-holder .mode-button:hover img:last-child {
      opacity: 1; }

#wrapper.active .num img:first-child,
#wrapper.active .btn-holder .index-btn img:first-child {
  opacity: 0; }

#wrapper.active .num img:nth-child(2),
#wrapper.active .btn-holder .index-btn img:nth-child(2) {
  opacity: 0; }

#wrapper.active .num img:last-child,
#wrapper.active .btn-holder .index-btn img:last-child {
  opacity: 1; }

.main-bg-body {
  background-image: url("../img/static_splash_r.webp");
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  margin: 0 auto;
  position: relative;
  min-height: 100vh; }
  .main-bg-body .container {
    max-width: 580px;
    margin: 0 auto; }
    @media (min-width: 520px) {
      .main-bg-body .container {
        width: 80%; } }

.option-head {
  padding: 8vh 4vw 0; }
  @media (min-width: 520px) {
    .option-head {
      padding: 2.8% 1.4% 0; } }

.opt-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .opt-btn.mode-control {
    margin-bottom: 1%; }
    .opt-btn.mode-control .txt {
      padding-top: 1%;
      letter-spacing: 0.03rem;
      margin-left: -0.3%; }
      @media (min-width: 520px) {
        .opt-btn.mode-control .txt {
          padding-top: 1.5%;
          letter-spacing: -0.06rem;
          margin-left: -1.6%; } }
      .opt-btn.mode-control .txt img {
        height: 3%;
        width: 73%;
        margin-left: -3%;
        margin-top: 4%; }
  .opt-btn.lang {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 32%;
    margin-right: 3.4%; }
    .opt-btn.lang .txt {
      padding-top: 11%;
      margin-left: -0.8%;
      letter-spacing: -0.01rem;
      position: relative; }
      .opt-btn.lang .txt strong {
        position: absolute;
        top: 95%;
        left: 0; }
      .opt-btn.lang .txt img {
        margin-top: 21%;
        margin-left: -4%;
        width: 100%; }
  .opt-btn.voice {
    width: 32%; }
    .opt-btn.voice .img-holder {
      margin-left: -1%; }
    .opt-btn.voice .txt {
      position: relative;
      width: 60%;
      height: 4vh; }
      .opt-btn.voice .txt strong {
        position: absolute;
        top: 1%;
        left: 0; }
      .opt-btn.voice .txt img {
        width: 70%;
        margin-top: -19%;
        margin-left: -3%; }
  .opt-btn .img-holder {
    width: 12.4vw;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (min-width: 520px) {
      .opt-btn .img-holder {
        width: 9.6vw; } }
    .opt-btn .img-holder img {
      width: 100%;
      height: auto; }
  .opt-btn .txt {
    font-style: italic;
    font-size: -webkit-calc(2px + 4.2vw);
    font-size: calc(2px + 4.2vw);
    font-weight: bold;
    color: #fff;
    text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.8); }
    @media (min-width: 520px) {
      .opt-btn .txt {
        font-size: -webkit-calc(2px + 3.9vw);
        font-size: calc(2px + 3.9vw); } }
    .opt-btn .txt strong,
    .opt-btn .txt span {
      display: block;
      font-weight: normal; }

.auto-lan .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.option-head {
  position: relative; }
  .option-head .toggle-btn {
    position: absolute; }
    .option-head .toggle-btn img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
      .option-head .toggle-btn img:last-child {
        opacity: 0; }
  .option-head .audio {
    top: 38%;
    right: 30.4%;
    width: 18.4vw;
    height: 18.4vw; }
    @media (min-width: 520px) {
      .option-head .audio {
        top: 6%;
        right: 28.8%;
        width: 15.3vw;
        height: 15.3vw; } }
  .option-head .play {
    top: 37%;
    right: 0.9%;
    width: 25.2vw; }
    @media (min-width: 520px) {
      .option-head .play {
        top: 2%;
        right: -2.1%;
        width: 20.2vw; } }
  .option-head .next {
    position: absolute;
    top: 41%;
    right: 4.4%;
    width: 18.0vw; }
    @media (min-width: 520px) {
      .option-head .next {
        top: 13%;
        right: 1.4%;
        width: 15vw; } }
  .option-head .reset {
    position: absolute;
    top: 107%;
    right: 4.4%;
    width: 18.0vw; 
    z-index: 1;}
    @media (min-width: 520px) {
      .option-head .reset {
        top: 110%;
        right: 1.4%;
        width: 15vw; 
        z-index: 1;} }

.auto-buttons,
.manual-buttons {
  display: none; }
  .auto-buttons.active,
  .manual-buttons.active {
    display: block; }

.number-section {
  position: relative;
  font-family: 'tulak_tulak';
  font-weight: 300;
  min-height: 16.4%; }
  .number-section .past-number {
    padding: 3% 10% 0; }
    @media (min-width: 520px) {
      .number-section .past-number {
        padding: 3.8% 9% 0; } }
    .number-section .past-number span {
      display: block;
      font-weight: bold;
      line-height: 1;
      width: 22%;
      text-align: center;
      color: #fff;
      text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.9);
      position: relative;
      cursor: pointer; }
      .number-section .past-number span span {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
      .number-section .past-number span .no-number {
        opacity: 0;
        font-size: 1px; }
        .number-section .past-number span .no-number.active {
          opacity: 1; }
      .number-section .past-number span.num1 {
        font-size: 14vw;
        margin-bottom: 2.4%;
        padding: 4.2vw 0 4.2vw; }
        @media (min-width: 520px) {
          .number-section .past-number span.num1 {
            font-size: 11.4vw; } }
        .number-section .past-number span.num1 span {
          top: -2%;
          width: 100%;
          text-align: center; }
        .number-section .past-number span.num1 .no-number img {
          width: 52%; }
      .number-section .past-number span.num2 {
        font-size: 10.0vw;
        margin-bottom: 1.6%;
        padding: 7vw 0 6.4vw; }
        @media (min-width: 520px) {
          .number-section .past-number span.num2 {
            font-size: 8vw;
            padding: 5vw 0 3.4vw; } }
        .number-section .past-number span.num2 span {
          top: 19%;
          width: 100%; }
          @media (min-width: 520px) {
            .number-section .past-number span.num2 span {
              top: 11%; } }
        .number-section .past-number span.num2 .no-number img {
          width: 36%; }
      .number-section .past-number span.num3 {
        font-size: 6vw;
        padding: 2% 0; }
        @media (min-width: 520px) {
          .number-section .past-number span.num3 {
            font-size: 5.4vw; } }
        .number-section .past-number span.num3 span {
          top: -7%;
          width: 100%; }
        .number-section .past-number span.num3 .no-number img {
          width: 25%; }
  .number-section .selected {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.9);
    font-size: -webkit-calc(13px + 27vw);
    font-size: calc(13px + 27vw);
    text-align: center;
    line-height: 1; }
    @media (min-width: 520px) {
      .number-section .selected {
        font-size: -webkit-calc(13px + 23vw);
        font-size: calc(13px + 23vw);
        top: 9px; } }
    .number-section .selected .no-number {
      display: none;
      font-size: 1px; }
      .number-section .selected .no-number.active {
        display: block; }
      .number-section .selected .no-number img {
        margin-top: 58%;
        width: 19vw;
        margin-left: 11%; }

.scrollbar {
  height: 12.4vw;
  position: relative;
  margin-top: -0.4vh; }
  @media (min-width: 520px) {
    .scrollbar {
      margin-bottom: -0.55vh; } }
  .scrollbar .wait-time {
    color: #fff;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.9);
    text-align: center;
    font-size: 4.2vw; }
    @media (min-width: 520px) {
      .scrollbar .wait-time {
        font-size: 3.9vw; } }
  .scrollbar .slider {
    position: absolute;
    top: 47%;
    left: 50%;
    width: 90%;
    height: 1vh;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media (min-width: 520px) {
      .scrollbar .slider {
        top: 44%;
        height: 1.8vw;
        width: 95%;
        margin: 0 auto; } }
    .scrollbar .slider .slider-body {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #010000;
      -webkit-border-radius: 2px;
      border-radius: 2px; }
    .scrollbar .slider .slider-head {
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      left: 37%;
      width: 8%;
      height: 2.3vh;
      background-color: #010000;
      -webkit-border-radius: 60%;
      border-radius: 60%;
      z-index: 3;
      cursor: pointer; }
      @media (min-width: 520px) {
        .scrollbar .slider .slider-head {
          height: 600%; } }
    .scrollbar .slider .slider-active {
      position: absolute;
      top: 0;
      left: 0;
      width: 37%;
      height: 100%;
      background-color: #010000;
      border-top: 2px solid #fff;
      border-bottom: 2px solid #fff;
      z-index: 2;
      -webkit-border-radius: 2px;
      border-radius: 2px; }

.all-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 4vw 5vh; }
  @media (min-width: 520px) {
    .all-numbers {
      padding: 0 0 5vh; } }
  .all-numbers .circular-progress {
    position: relative;
    height: 100%;
    width: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    top: 0;
    left: 0; }
  .all-numbers .circular-progress::before {
    content: "";
    position: absolute;
    height: 88%;
    width: 88%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    -webkit-animation: right 1s linear both;
    animation: right 1s linear both; }
  .all-numbers .progress-value {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .all-numbers .number {
    width: -webkit-calc(10% - 1px);
    width: calc(10% - 1px);
    padding-top: -webkit-calc(10.5% - 1px);
    padding-top: calc(10.5% - 1px);
    margin-bottom: 1px;
    text-align: center;
    line-height: 50px;
    -webkit-border-radius: 16%;
    border-radius: 16%;
    background-color: #fff;
    color: #808080;
    position: relative;
    font-family: 'tulak_tulak';
    font-weight: 600;
    font-size: -webkit-calc(1px + 3.95vw);
    font-size: calc(1px + 3.95vw);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .all-numbers .number:hover {
      background-color: #c8c8c8; }
    @media (min-width: 520px) {
      .all-numbers .number {
        font-size: -webkit-calc(1px + 3.3vw);
        font-size: calc(1px + 3.3vw); } }
    .all-numbers .number .progress-value {
      position: absolute;
      top: 0;
      left: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-border-radius: 100%;
      border-radius: 100%;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      border: 8px solid #fff;
      border-width: 0;
      -webkit-text-stroke: 0.3px #808080;
      /* For webkit-based browsers like Chrome and Safari */
      text-stroke: 0.3px #808080; }
    .all-numbers .number img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: none; }
    .all-numbers .number.selected {
      background-color: #000 !important;
      color: #fff !important; }
      .all-numbers .number.selected .progress-value {
        -webkit-text-stroke: 0.3px #fff;
        /* For webkit-based browsers like Chrome and Safari */
        text-stroke: 0.3px #fff;
        /* For other browsers */ }
      .all-numbers .number.selected span {
        border-width: 100%; }
      .all-numbers .number.selected img {
        display: block; }
      .all-numbers .number.selected .circular-progress::before {
        background-color: #010000; }
        .all-numbers.change .number {
          background-color: rgba(255, 255, 255, 0.35); }
