@font-face {
  font-family: NotoSans-Regular;
  src: url(../../NotoSans-Regular.ttf);
  font-display: swap;
}
@font-face {
  font-family: NotoSansBengali-Regular;
  src: url(../../NotoSansBengali-Regular.ttf);
  font-display: swap;
}
* {
  box-sizing: border-box;
}
* ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
* ::-webkit-scrollbar-track {
  background-color: transparent;
}
* ::-webkit-scrollbar-thumb {
  border-radius: 25px;
}

html .l-direct {
  direction: ltr;
}

html[lang=en], html[lang=ne] {
  direction: ltr;
  text-align: left;
  font-family: NotoSans-Regular, "Arial", sans-serif;
}
html[lang=en] i, html[lang=ne] i {
  font-family: "Font Awesome 5 Free";
}
html[lang=en] button, html[lang=ne] button {
  font-family: NotoSans-Regular, "Arial", sans-serif;
}

body {
  width: 100vw;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  background: url("/event/wheel-entrance/images/wbg.png?v=0.3");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-color: #000;
  overflow-y: hidden;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body button {
  outline: none;
  border: none;
  cursor: pointer;
  background: transparent;
}
body button:active {
  filter: brightness(1.2);
}
body a {
  text-decoration: none;
}
body select {
  border: none;
  outline: none;
}
body input {
  border: none;
  outline: none;
  background: transparent;
}
body input[type=number]::-webkit-outer-spin-button,
body input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body input[type=number] {
  -moz-appearance: textfield;
}
body input[type=date] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}
body #toast-container {
  margin-top: 10px !important;
}

.event-wheel-entrance-title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 20vw;
}
.event-wheel-entrance-title > img {
  width: 100%;
}

.event-wheel-entrance-wrapper {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: row;
  padding-bottom: 7vh;
}
.event-wheel-entrance-wrapper > a {
  width: 30%;
  display: flex;
}
.event-wheel-entrance-wrapper > a > img {
  width: 100%;
}
.event-wheel-entrance-wrapper > a:hover {
  filter: brightness(1.2);
}
.event-wheel-entrance-wrapper > a:nth-of-type(2) {
  margin-bottom: 10vh;
}
.event-wheel-entrance-wrapper > div {
  width: 25%;
  display: flex;
}
.event-wheel-entrance-wrapper > div > img {
  width: 100%;
  max-width: 583px;
}

@media (max-width: 576px) {
  body {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    background: url("/event/wheel-entrance/images/mbg.png?v=0.2");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
    background-color: #000;
    overflow-y: scroll;
  }
  .event-wheel-entrance-title {
    position: absolute;
    top: 5vh;
    left: 50%;
    transform: translateX(-50%);
    width: 70vw;
  }
  .event-wheel-entrance-title > img {
    width: 100%;
  }
  .event-wheel-entrance-wrapper {
    width: 100vw;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 17vh;
    padding-bottom: 5vh;
  }
  .event-wheel-entrance-wrapper > a {
    width: 80%;
    display: flex;
  }
  .event-wheel-entrance-wrapper > a > img {
    width: 100%;
  }
  .event-wheel-entrance-wrapper > a:nth-of-type(2) {
    margin-bottom: 0;
  }
  .event-wheel-entrance-wrapper > a:hover {
    filter: brightness(1.2);
  }
  .event-wheel-entrance-wrapper > div {
    display: none;
  }
  .event-wheel-entrance-wrapper > div > img {
    width: 100%;
  }
}/*# sourceMappingURL=index.css.map */