* {
  font-family: sans-serif;
  box-sizing: border-box;
}

body {
  background: url(https://seokurakura.click/images/2025/11/11/background-dwansa.jpg)
    center fixed no-repeat;
  background-size: 100% 100%;
}

.figure-text {
  text-align: center;
}
.figure-text > p {
  position: relative;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 5px;
  margin-bottom: 10px;
}
.link-container {
  display: flex;
  justify-content: center;
  font-size: var(--x-large-font);
  padding: 0;
  width: 100%;
}

.link-container a {
  width: 50%;
  text-align: center;
  padding: 15px 20px;
  text-transform: uppercase;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
}

.login-button,
.register-button {
  color: #000000;
  font-family: system-ui;
}
.login-button,
.register-button {
  color: #000000;
}
.register-button {
  border: 1px solid #05420a;
  background: linear-gradient(180deg, #f2df8e 0%, #cf2424 50%, #d1990a 110%);
  /* background: linear-gradient(180deg, rgb(250 59 59) 0%, rgb(208 12 12) 100%); */
  color: #ffffff;
  font-weight: bold;
}

.register-button:hover {
  box-shadow: 0 0 5px 3px rgb(204, 40, 34);
}

.login-button {
  border: none /* 1px solid #2fc5e8 */;
  /* background-color: #74feff; */
  background: linear-gradient(180deg, #cf2424 0%, #c56c05 50%, #cf2424 110%);
  /* color: #351900; */
  font-size: 14px;
  font-weight: bold;
}

.login-button:hover {
  box-shadow: 0 0 5px 3px rgb(0, 238, 255);
}

.adv {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

img {
  vertical-align: middle;
  border-style: none;
}

.title {
  display: flex;
  justify-content: center;
}
.word {
  color: #fff;
  padding: 20px 30px;
  border-radius: 3px;
  border: 1px solid rgb(238, 255, 0);
  font-family: Bebas Neue;
  background: #000;
}

.word h1 {
  font-size: 1.5em;
  color: rgb(238, 255, 0);
}
.word h2 {
  font-size: 1.3em;
  color: rgb(238, 255, 0);
}
.word h3 {
  font-size: 1.1em;
  color: rgb(238, 255, 0);
}
.word p {
  font-size: 1em;
}
.word a {
  color: rgb(238, 255, 0);
}

.title-text {
  color: white;
}

.content-box {
  padding: 0.5em;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
}

.content-box2 {
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  min-height: 500px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.footer {
  text-decoration: none;
  color: #fff;
}

.content {
  padding: 0.5em;
  width: 100%;
}

.slot {
  display: block;
}

.slot .slot-sidebar {
  padding-right: 10px;
  padding-left: 0;
  margin-top: 5px;
  background-color: black;
  float: none !important;
  width: 100% !important;
  flex: none !important;
  max-width: 100% !important;
  padding-right: 0 !important;
}

.slot-sidebar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.slot-sidebar-nav > li {
  border-bottom: 1px solid #0092b1;
  width: 100%;
  position: relative;
  display: block;
  border-bottom: none;
  padding: 6px;
  border-bottom: none;
  border-top: none;
  background: url(../index.html) repeat-x;
  background-size: auto 136px;
}

.slot-sidebar-nav > li > a {
  color: #fff;
  font-size: 13px;
  padding: 7px 10px;
  display: block;
  background-color: black;
}
.btn-provider:hover {
  background-color: #644c1c;
}

a:hover {
  text-decoration: none;
  color: white;
}
.btn-provider {
  text-align: center;
  display: block;
}
.btn-provider span {
  position: unset;
}

.btn-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 20%;
}
.banner {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-size: cover !important;
}
.next-btn {
  /* display: none; */
  border-bottom: none;
  border-top: none;
  background: url(../index.html) repeat-x;
  background-size: auto 136px;
  width: 15%;
}

.enter {
  display: none;
}
.btn-daf {
  animation: blinking 1s infinite;
  transition: all 0.4s;
}
@keyframes blinking {
  0% {
    border: 2px solid #533c98;
  }
  100% {
    border: 2px solid #ff9626;
  }
}
.blink-me {
  animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.next-btn {
  background-color: #292a2b;
  border: none;
  color: #fff;
}

.slot .content {
  float: none;
  width: 100%;
  padding: 0;
  flex: 0 0 100%;
  max-width: 100%;
  background-color: #121212;
}

.wrapper {
  width: 100%;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.card {
  float: left;
  width: 25%;
  background: transparent;
  border: none;
  text-align: center;
  position: relative;
  border-radius: 0;
}

.card:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.card-content {
  margin: 10px;
  color: #fff;
  font-size: 12px;
  border: none;
  overflow: hidden;
  position: relative;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  border: 3px solid #0bdcfe;
}

.percent {
  height: 27px;
  display: flex;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  /* border-radius: .25rem; */
  position: relative;
  z-index: 1;
}

.percent p {
  z-index: 15;
  position: absolute;
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  transform: translateY(14px);
  color: black;
}

.percent-bar {
  /* background-color: #ffc107; */
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
  /* animation: ; */
  z-index: 10;
}

.yellow {
  background-color: #ffc107 !important;
}

.green {
  background-color: #28a745 !important;
}

.red {
  background-color: #dc3545 !important;
}
.short {
  display: none;
}

.mySlides {
  display: none;
}
.hover-btn {
  position: absolute;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 0.1s ease-in-out;
  z-index: 10;
  width: 100%;
  height: 85%;
}

.play-btn {
  font-size: 15px;
  text-decoration: none;
  color: white;
  text-align: center;
  align-items: center;
  width: 100%;
  margin: 25% auto;
  padding: 8px;
  background-color: #15b586;
  transition: all 0.7s ease;
}

.img-zoom {
  transition: all 0.45s ease-in-out;
  height: 150px;
}

.hover-btn:hover {
  opacity: 100%;
}
.hover-btn:hover ~ .img-zoom {
  /* transform: scale(1.2); */
  position: relative;
}

.slot-pg-btn {
  background-color: #7182be;
  padding: 10px 15px;
  font-size: 30px;
  border-radius: 8px;
}
.play-btn {
  font-size: 12px;
  text-decoration: none;
  color: white;
  text-align: center;
  align-items: center;
  /* width: 100%; */
  margin-top: 40%;
  padding: 6px;
  display: block;
  margin-left: 1px;
  background: linear-gradient(180deg, #2ff1ff 0%, #1b7885 50%, #0e2d33 110%);
  box-shadow: 0 0 5px 3px rgb(0, 238, 255);
  color: #fff;
  border-radius: 18px;
  transition: all 0.3s ease;
}
.play-btn:hover {
  background: linear-gradient(180deg, #45e9f5 0%, #2c828d 50%, #173338 110%);
  box-shadow: 0 0 5px 3px rgb(0, 238, 255);
}

@media only screen and (min-width 450px) {
  .banner {
    background-size: cover !important;
    width: 10%;
    display: flex;
    align-items: center;
  }
  .body {
    background-size: cover !important;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (max-width: 992px) {
  .slot-sidebar-nav {
    flex-wrap: nowrap;
  }
  .slot-sidebar {
    float: none !important;
    width: 100% !important;
    flex: none !important;
    max-width: 100% !important;
    padding-right: 0 !important;
  }
  .content {
    float: none !important;
    width: 100% !important;
    flex: none !important;
    max-width: 100% !important;
  }
  .card {
    width: 33.3% !important;
  }
  .hover-btn {
    display: none;
  }
  .hover-btn:hover ~ .img-zoom {
    transform: scale(1);
    position: relative;
  }
  .btn-provider {
    text-align: center;
    display: block;
  }
  .enter {
    display: block;
  }
  .btn-provider span {
    position: unset;
  }
  .btn-provider i {
    margin: 0;
  }
  .slot-sidebar-nav li {
    border-bottom: none;
  }
  .slot-sidebar-nav li a p {
    font-size: 5px;
  }
  .img-zoom {
    height: auto;
  }
  .slot-sidebar-nav li a img {
    height: 17.5px !important;
  }
  .maintenance p {
    font-size: 5px;
  }
}
