/*
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.left-\[-100\%\] {
  left: -100%;
}

.top-\[52px\] {
  top: 52px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-4 {
  bottom: 1rem;
}

.z-50 {
  z-index: 50;
}

.mx-\[8px\] {
  margin-left: 8px;
  margin-right: 8px;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mt-\[140px\] {
  margin-top: 140px;
}

.mt-\[80px\] {
  margin-top: 80px;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.h-\[80px\] {
  height: 70px;
}

.\!w-\[16\%\] {
  width: 16% !important;
}

.w-\[10\%\] {
  width: 10%;
}

.w-screen {
  width: 100vw;
}

.flex-1 {
  flex: 1 1 0%;
}

.justify-end {
  justify-content: flex-end;
}

.justify-between {
  justify-content: space-between;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.bg-\[var\(--secondary\)\] {
  background-color: var(--secondary);
}

.bg-\[var\(--fourth\)\] {
  background-color: var(--fourth);
}

.\!bg-\[var\(--secondary\)\] {
  background-color: var(--secondary) !important;
}

.p-5 {
  padding: 1.25rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-center {
  text-align: center;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-transparent {
  color: transparent;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

:root {
  --primary: #06283D;
  --secondary: #3799da;
  --third: linear-gradient(180deg, #3799da 0%, #2e81b8 100%);
  --fourth: #ffd84e;
  --fifth: linear-gradient(180deg, #ffffff 0%, #9f9f9f 100%);
  --sixth: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  --content-width: 1170px;
}

.swiper-slide {
  touch-action: none;
}

.swiper-button-next,
.swiper-button-prev {
  color: white !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px !important;
}

@media (min-width: 1025px) {
  .swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 25px !important;
  }
}

.main_container {
  width: 100vw;
  height: 100vh;
  background: url(../img/main_bg.png);
  -o-object-fit: cover;
     object-fit: cover;
  overflow: auto;
  content: "";
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
}

/* hamburger menu */

.hamburger {
  margin: 8px 15px 0 8px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  transition: all 0.25s;
  position: relative;
}

.hamburger-top,
.hamburger-middle,
.hamburger-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 2px;
  background: #fff;
  transform: rotate(0);
  transition: all 0.5s;
}

.hamburger-middle {
  transform: translateY(7px);
}

.hamburger-button {
  transform: translateY(14px);
}

.open {
  transform: rotate(90deg);
  transform: translateY(0px);
}

.open .hamburger-top {
  transform: rotate(45deg) translateY(6px) translate(6px);
}

.open .hamburger-middle {
  display: none;
}

.open .hamburger-button {
  transform: rotate(-45deg) translateY(6px) translate(-6px);
}

/* end hamburger menu */

/* mobile slide left menu */

#menu_panel {
  /* left: 0; */
  z-index: 1001;
  width: 90vw;
  height: 100vh;
  background: var(--primary);
  transition: all 0.5s;
}

.menu_container {
  display: flex;
  flex-direction: column;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.menu_container a,
.menu_container div {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: flex;
  width: 100%;
  align-items: center;
  border-bottom-width: 8px;
  border-color: var(--primary);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
}

.menu_container div {
  justify-content: space-between;
}

.mene_container a img,
.mene_container div img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.menu_container a {
  border-bottom-width: 2px;
  border-style: solid;
  border-color: transparent;
  -o-border-image: linear-gradient(
    to right,
    rgb(255, 255, 255),
    rgba(2, 2, 2, 0.377)
  );
     border-image: linear-gradient(
    to right,
    rgb(255, 255, 255),
    rgba(2, 2, 2, 0.377)
  );
  border-image-slice: 1;
}

.menu_container a:hover {
  background: var(--sixth);
}

.menu_container a p {
  margin-left: 25px;
  color: white;
}

.menu_container div p {
  color: var(--primary);
  font-weight: bolder;
}

/* end mobild slide left menu */

/* header */

header {
  background-color: var(--primary);
  padding: 10px 0 0 0;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

.header_container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 1025px) {
  .header_container {
    width: var(--content-width);
  }
}

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

.top_header {
  display: flex;
  justify-content: space-between;
}

.left_top_header img {
  width: 140px;
}

@media (min-width: 1025px) {
  .left_top_header img {
    width: 200px;
  }
}

.right_top_header {
  width: 40%;
  display: none;
}

@media (min-width: 1025px) {
  .right_top_header {
    display: block;
  }
}

.right_top_header .loginForm {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  font-size: 12px;
  width: -moz-fit-content;
  width: fit-content;
}

.right_top_header .loginForm > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.right_top_header .loginForm input {
  border-radius: 5px;
  padding: 5px;
  outline: none;
}

.right_top_header .loginForm button {
  border-radius: 4px;
  padding: 3px;
  width: 125px;
}

.language_selector {
  position: relative;
  z-index: 1000;
  width: 80px;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.language_selector > #lang_btn,
.language_selector > #lang_btn_mobile {
  background: var(--third);
  display: flex;
  width: 100%;
  align-items: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
  padding: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.language_selector:hover {
  cursor: pointer;
}

#lang_btn,
#lang_btn_mobile,
#lang_panel p,
#lang_panel_mobile p {
  font-size: 11px;
}

.language_selector > #lang_panel_mobile,
.language_selector > #lang_panel {
  background: var(--third);
  position: absolute;
  width: 100%;
  cursor: pointer;
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  border-width: 1px;
  border-top-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
  padding: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.menu_category {
  background-color: var(--secondary);
  margin-top: 10px;
  width: 100%;
}

.category_menu {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: none;
  width: 100%;
}

@media (min-width: 1025px) {
  .category_menu {
    display: flex;
    width: var(--content-width);
  }
}

.category_menu .nav_tab,
.category_menu_mobile .nav_tab {
  width: calc(100% / 11);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  color: white;
  border-left: 1px solid var(--primary);
  border-right: 1px solid var(--primary);
}

.category_menu .nav_tab:hover,
.category_menu_mobile .nav_tab:hover {
  color: var(--secondary);
  background: var(--fifth);
  cursor: pointer;
}

.category_menu .nav_tab:hover img,
.category_menu_mobile .nav_tab:hover img {
  filter: invert(17%) sepia(38%) saturate(7186%) hue-rotate(198deg)
    brightness(87%) contrast(101%);
}

@media (min-width: 1025px) {
  .category_menu_mobile {
    display: none;
  }
}

.category_menu_mobile img {
  width: 20px;
}

.category_menu_mobile {
  font-size: 12px;
  font-weight: bold;
}

.runner_text {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 1025px) {
  .runner_text {
    width: var(--content-width);
  }
}

.runner-text {
  background: var(--third);
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.125rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.runner-text * {
  margin: 0.25rem;
}

/* end header */

/* body container */

.banner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 1025px) {
  .banner {
    width: var(--content-width);
  }
}

.contact_info {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 1025px) {
  .contact_info {
    width: var(--content-width);
  }
}

.contact_info .mobile_register {
  font-weight: 700;
}

@media (min-width: 1025px) {
  .contact_info .mobile_register {
    display: none;
  }
}

.contact_info .mobile_register {
  justify-content: center;
}

.contact_info .mobile_register p {
  padding-left: 10px;
  text-align: center;
}

.contact_info .mobile_register:first-of-type {
  background: var(--fourth) ;
  color: black;
}

.contact_info ul {
  margin: 10px 0;
  display: grid;
  color: white;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}

@media (min-width: 1025px) {
  .contact_info ul {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.contact_info ul li {
  background: var(--third);
  display: flex;
  align-items: center;
  padding: 10px 20px;
  justify-content: space-between;
  border: 1px solid white;
  flex: 1;
  text-align: left;
}

.contact_info ul li p {
  flex: 1;
  padding-left: 25px;
}

.contact_info ul li img {
  height: 28px;
  width: 28px;
}

@media (min-width: 1025px) {
  .contact_info ul li img {
    height: 35px;
    width: 35px;
  }
}

.contact_info ul li img {
  -o-object-fit: contain;
     object-fit: contain;
}

.game_type_image {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 1025px) {
  .game_type_image {
    width: var(--content-width);
  }
}

.game_type_image ul {
  display: flex;
  color: white;
}

.game_type_image li {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.game_type_image li p {
  position: absolute;
  text-align: center;
  background-color: black;
  border: 1px solid white;
  border-radius: 5px;
  bottom: 10%;
  left: 0px;
  width: 100%;
  padding: 0.25rem;
  font-size: 10px;
}

@media (min-width: 480px) {
  .game_type_image li p {
    font-size: 16px;
  }
}

@media (min-width: 1025px) {
  .game_type_image li p {
    left: 17%;
    width: 180px;
    padding: 10px;
    font-size: 18px;
  }
}

.hot_games_container {
  background-color: var(--secondary);
  margin-top: 10px;
  color: white;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 1025px) {
  .hot_games_container {
    width: var(--content-width);
  }
}

.hot_games_container h1 {
  text-align: center;
  font-weight: bold;
  margin: 5px 0;
  background-color: var(--primary);
  border: 1px solid white;
  border-radius: 5px;
  padding: 5px 0;
  font-size: 18px;
}

@media (min-width: 1025px) {
  .hot_games_container h1 {
    font-size: 25px;
  }
}

.hot_games_container ul {
  position: relative;
}

.hot_games_container ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hot_games_container ul li img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.hot_games_container ul li div {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.795);
  display: flex;
  justify-content: space-between;
  padding: 5px;
  font-size: 10px;
}

@media (min-width: 1025px) {
  .hot_games_container ul li div {
    padding: 15px;
    font-size: 13px;
  }
}

.hot_games_container ul li div button {
  background-color: var(--fourth);
  color: black;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 5px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 7px;
}

@media (min-width: 1025px) {
  .hot_games_container ul li div button {
    font-size: 16px;
  }
}

.support_bank {
  background: var(--third);
  margin-top: 10px;
  color: white;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 1025px) {
  .support_bank {
    width: var(--content-width);
  }
}

.support_bank h1 {
  text-align: center;
  font-weight: bold;
  margin: 5px 0;
  background-color: var(--primary);
  border: 1px solid white;
  border-radius: 5px;
  padding: 5px 0;
  color: white;
  font-size: 18px;
}

@media (min-width: 1025px) {
  .support_bank h1 {
    font-size: 25px;
  }
}

.bank_images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 0.75rem;
}

@media (min-width: 1025px) {
  .bank_images {
    justify-content: center;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.border_green,
.border_red {
  position: relative;
}

.bank_active {
  position: absolute;
  left: 12px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  top: 21px;
}

@media (min-width: 1025px) {
  .bank_active {
    top: 27px;
  }
}

.footer_image img {
  -o-object-fit: contain;
     object-fit: contain;
  border: 2px solid var(--primary);
  margin: 0.25rem;
  margin-left: 0px;
  height: 45px;
  width: 115px;
  border-radius: 0.375rem;
  padding: 0.75rem;
}

@media (min-width: 1025px) {
  .footer_image img {
    height: 55px;
    width: 135px;
  }
}

.border_green span {
  position: absolute;
  left: 12px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  top: 21px;
}

@media (min-width: 1025px) {
  .border_green span {
    top: 27px;
  }
}

.border_green span {
  background: green;
}

.border_red span {
  position: absolute;
  left: 12px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  top: 21px;
}

@media (min-width: 1025px) {
  .border_red span {
    top: 27px;
  }
}

.border_red span {
  background: red;
}

.description_info {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.description_info > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

@media (min-width: 1025px) {
  .description_info {
    width: var(--content-width);
  }
}

.description_info {
  color: white;
  border-top: 1px solid white;
  margin-top: 15px;
}

.description_info h1 {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
}

@media (min-width: 1025px) {
  .description_info h1 {
    font-size: 25px;
  }
}

.description_info p {
  text-align: justify;
  font-weight: 300;
  font-size: 11px;
}

@media (min-width: 1025px) {
  .description_info p {
    font-size: 16px;
  }
}

/* end body container */

/* footer */

footer {
  background: var(--third);
  margin-top: 10px;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

footer > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

@media (min-width: 1025px) {
  footer {
    width: var(--content-width);
  }
}

footer h1 {
  text-align: center;
  font-weight: bold;
  margin: 5px 0;
  background-color: var(--primary);
  border: 1px solid white;
  border-radius: 5px;
  padding: 5px 0;
  color: white;
  font-size: 18px;
}

@media (min-width: 1025px) {
  footer h1 {
    font-size: 25px;
  }
}

footer .game_com {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: white;
  font-weight: 500;
  border-bottom: 1px solid white;
}

footer .game_com div {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 10px 0;
  flex-wrap: wrap;
}

footer .game_com div > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

footer .game_com div img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 50px;
  width: 60px;
}

@media (min-width: 1025px) {
  footer .game_com div img {
    width: 90px;
  }
}

/* end footer */

/* mobile menu footer */

.mobile_footer_menu > div {
  background: var(--third);
  width: 100%;
}

/* end mobile menu footer */

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 480px) {
  .sm\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 1025px) {
  .md\:mt-\[210px\] {
    margin-top: 210px;
  }

  .md\:hidden {
    display: none;
  }

  .md\:text-\[15px\] {
    font-size: 15px;
  }
}
.blink {
  animation: blink 1s steps(1, end) infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* modal */

.modal-wrapper {
  background-color: rgba(83, 83, 83, 0.5);
  z-index: 2000;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding-top: 3rem;
  padding-bottom: 3rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-content {
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 1025px) {
  .modal-content {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.modal-content input {
  margin-bottom: 1.25rem;
  margin-top: 0.5rem;
  display: flex;
  height: 2.5rem;
  width: 100%;
  align-items: center;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  padding-left: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.modal-content input:focus {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.modal-button button:first-of-type {
  border-radius: 0.25rem;
  background-color: var(--fourth);
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-button button:first-of-type:hover {
  background-color: var(--secondary);
}

.modal-button button:first-of-type:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-offset-width: 2px;
}

.modal-button button:last-of-type {
  margin-left: 0.75rem;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-button button:last-of-type:hover {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.modal-button button:last-of-type:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity));
  --tw-ring-offset-width: 2px;
}

.modal-button button {
  flex: 1;
}

.close-button {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-top: 1rem;
  margin-right: 1.25rem;
  cursor: pointer;
  border-radius: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.close-button:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.close-button:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity));
}

/* end modal */
.dropdown.bootstrap-select {
  width: 125px !important;
}

p {
  text-transform: uppercase;
}

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

.modal-content {
  width: 388px;
  height: 404px;
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  outline: 0;
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
  box-shadow: 0 3px 9px rgba(0,0,0,.5);
}