@charset "UTF-8";
@import url(bootstrap.min.css);
@import url(all.min.css);
@import url("https://fonts.googleapis.com/css2?family=Mitr:wght@400;600;700&family=Poppins:wght@400;600;700;800;900&display=swap");
@import url(animate.css);
body,
html {
  font-size: 16px;
  font-family: "Poppins", "Mitr";
  color: #000;
  background: #131313;
  content: "";
  height: 100%;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
}
a {
  color: #000;
}
a:hover {
  color: #000;
}
.box {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 2%;
  background-color: #fff;
  color: #c93636;
}
.outer-box {
  width: 100%;
  padding: 0 2%;
  border: 2px solid #65d9ff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 6px #65d9ff;
  box-shadow: 0 0 6px #65d9ff;
}
ิ.border-box {
  border: 2px solid #65d9ff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 6px #65d9ff;
  box-shadow: 0 0 6px #65d9ff;
}
.box-yellow {
  background-color: #ffc000;
  border: 2px solid #ffc000;
  border-radius: 8px;
  color: #000;
}
.card-trans {
  background: transparent;
  border: 1px solid;
}
.card-top {
  background: transparent;
  border-top: 1px solid;
}
.card-header {
  padding: 0.75rem 0.25rem;
}
.box-result {
  background: transparent;
  padding: 5px;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 6px #f5af04;
  box-shadow: 0 0 6px #f5af04;
}
.box-result2 {
  background: transparent;
  padding: 5px;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 6px #002bff;
  box-shadow: 0 0 6px #002bff;
}
.theme-mobile {
  position: fixed;
  bottom: 0;
  color: #fff;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(black),
    color-stop(66%, #2d6cfd)
  );
  background: -webkit-linear-gradient(bottom, black 0%, #2d6cfd 66%);
  background: -o-linear-gradient(bottom, black 0%, #2d6cfd 66%);
  background: linear-gradient(0deg, black 0%, #2d6cfd 66%);
}
.space-top {
  padding-top: 10%;
}
.navbar-light .navbar-nav .nav-link {
  color: #fff !important;
}
.login-btn {
  background: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.95);
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.95);
  border: 1px solid white;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  color: #fff !important;
  border-radius: 50px;
}
.menu-box {
  display: block;
  border: 2px solid #65d9ff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 6px #65d9ff;
  box-shadow: 0 0 6px #65d9ff;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.lottery-box {
  color: #fff !important;
  max-width: 1024px;
  margin: 0 auto;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 1.2rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.lottery-text-head {
  font-size: 2rem;
}
.lottery-sub-text {
  font-size: 1.5rem;
  font-weight: 600;
}
.rule-box {
  color: #fff !important;
  max-width: 1024px;
  margin: 0 auto;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 1.2rem 1rem;
}
.border-yeegee2 {
  color: #fff !important;
  margin: 0 auto;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1.2rem 1rem;
}
#fade {
  font-size: 0;
  margin-top: 10%;
}
#fade img {
  width: 50%;
  opacity: 0;
}
@media (min-width: 481px) and (max-width: 767px) {
  #fade img {
    width: 100%;
    opacity: 0;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  #fade img {
    width: 100%;
    opacity: 0;
  }
}
.item-mobile {
  display: none;
}
ul {
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
}
figure {
  margin: 0;
}
.thumb img {
  width: 100%;
  height: auto;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .container {
    max-width: 991px;
    width: 991px;
  }
}
@media only screen and (min-width: 1367px) {
  .container {
    max-width: 1344px;
    width: 1344px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .container {
    max-width: 991px;
    width: 991px;
  }
}
/*# sourceMappingURL=style.min.css.map */
