* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Geologica", sans-serif;
}

html {
  overflow-x: hidden;
}

body {
  background-color: #FFFBF0;
  color: #1D1D1D;
  overflow-x: hidden;
}

.header {
  padding: 37px 0;
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .container nav ul {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  gap: 50px;
  display: flex;
}
.header .container nav ul li {
  list-style-type: none;
}
.header .container nav ul li a {
  color: #FF5925;
  text-decoration: none;
  font-weight: 500;
}
.header .container nav ul li a:hover {
  text-decoration: underline;
}
.header .container .logo img {
  width: 136px;
}
.header .container .login-block {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header .container .login-block .card-t {
  margin-right: 20px;
}
.header .container .login-block .card-t img {
  width: 24px;
}
.header .container .login-block a {
  font-weight: 500;
}
.header .container .login-block a:hover {
  text-decoration: underline;
}
.header .container .login-block .lg {
  color: #FF5925;
  text-decoration: none;
}
.header .container .login-block .lg img {
  width: 24px;
}
.header .container .login-block p {
  color: #FF5925;
  margin-bottom: 0;
}

.header-block {
  background: url(../img/header-bg.jpg) top center/cover no-repeat;
  text-align: center;
  padding-top: 160px;
  padding-bottom: 0;
}
.header-block h1 {
  color: #FF5925;
  font-size: 58px;
  font-weight: 900;
  margin-bottom: 40px;
}
.header-block .countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 34px;
  color: #f6531c;
  gap: 10px;
  margin-bottom: 50px;
}
.header-block .time-box {
  border: 2px solid #f6531c;
  border-radius: 999px;
  padding: 10px 20px;
  min-width: 80px;
  text-align: center;
}
.header-block .colon {
  font-size: 34px;
  font-weight: bold;
  color: #f6531c;
}
.header-block .img-h1 {
  width: 100%;
  margin-bottom: 50px;
}

.header-bottom-img img {
  width: 100%;
}

.a-btn {
  font-size: 20px;
  font-weight: 600;
  padding: 16px 48px;
  border-radius: 99px;
  background-color: #FF5925;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  transition: 0.3s all;
}
.a-btn:hover {
  color: #fff;
  transform: scale(1.05);
}

.title {
  text-align: center;
  margin-bottom: 32px;
}
.title h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 0;
}
.title p {
  width: 100%;
  margin: 0 auto;
  max-width: 500px;
  margin-top: 28px;
}

.grab {
  margin: 80px 0;
}
.grab .card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: center;
  padding: 40px;
}
.grab .card {
  background: #FFEEE0;
  padding: 20px;
  width: 350px;
  border-radius: 0px;
  text-align: left;
  border: none;
}
.grab h3 {
  margin-top: 0;
  font-size: 20px;
  font-weight: bold;
}
.grab .quantity {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: bold;
  margin: 10px 0;
}
.grab .quantity button {
  background: none;
  border: none;
  font-size: 20px;
  padding: 4px 10px;
  cursor: pointer;
}
.grab .price {
  margin-left: auto;
  font-size: 22px;
  font-weight: bold;
}
.grab .add-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  background: #ff5722;
  color: white;
  padding: 10px 20px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}
.grab .add-cart img {
  width: 24px;
  margin-right: 10px;
}
.grab .df {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index-color {
  margin-bottom: 135px;
  color: #FF5925;
}
.index-color h6 {
  font-size: 10px;
}

.footer {
  background-color: #FFEEE0;
  padding: 30px 0;
}
.footer .footer-logo-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.footer .footer-logo {
  height: 30px;
}
.footer h2 {
  font-size: 28px;
  font-weight: bold;
  margin: 0;
}
.footer p {
  margin: 10px auto;
  line-height: 1.5;
  text-align: center;
}
.footer a {
  color: #000;
  text-decoration: underline;
}
.footer .footer-icons {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.footer .footer-icons img {
  height: 80px;
  width: auto;
}
.footer .footer-links {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  font-weight: bold;
}
.footer .footer-links a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
}

.results-bl-1 {
  margin: 100px 0;
}
.results-bl-1 .lotto-results {
  font-family: Arial, sans-serif;
  background: #fff9f0;
  padding: 20px;
  border-radius: 10px;
}
.results-bl-1 .lotto-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  gap: 30px;
}
.results-bl-1 .lotto-header .df {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.results-bl-1 .lotto-header .title {
  font-weight: bold;
  margin-bottom: 10px;
}
.results-bl-1 .numbers, .results-bl-1 .supps {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 5px;
}
.results-bl-1 .ball {
  background: #ff6326;
  color: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  font-size: 18px;
}
.results-bl-1 .ball.supp {
  background: white;
  color: black;
  border: 2px solid black;
}
.results-bl-1 .lotto-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.results-bl-1 .lotto-table th,
.results-bl-1 .lotto-table td {
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.results-bl-1 .dots {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.results-bl-1 .dots p {
  margin: 10px 0;
}
.results-bl-1 .dots div {
  display: flex;
  gap: 4px;
}
.results-bl-1 .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
}
.results-bl-1 .dot.full {
  background: #ff6326;
}
.results-bl-1 .dot.empty {
  background: transparent;
  border: 2px solid #ccc;
}

.rs-bl-2 {
  margin-bottom: 100px;
}
.rs-bl-2 .search-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}
.rs-bl-2 .search-label {
  border: 1px solid #333;
  border-radius: 999px;
  padding: 10px 30px;
  font-weight: 600;
  background-color: transparent;
}
.rs-bl-2 .search-box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.rs-bl-2 .search-input {
  padding: 12px 20px;
  border: 1px solid #ccc;
  border-radius: 15px;
  font-size: 16px;
  width: 250px;
  background-color: white;
}
.rs-bl-2 .search-button {
  padding: 12px 25px;
  background-color: #ff5a22;
  color: white;
  border: none;
  border-radius: 999px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.rs-bl-2 .search-button:hover {
  background-color: #e34e1d;
}

.info-3 {
  margin-bottom: 100px;
}
.info-3 .tabs {
  display: flex;
  max-width: 700px;
  border-radius: 999px;
  border: 1px solid #000;
  justify-content: center;
  margin: 24px auto;
}
.info-3 .plays_btn {
  flex: 1;
  padding: 10px;
  width: 100%;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  background: transparent;
  font-size: 16px;
  transition: background 0.3s;
}
.info-3 .plays_btn.active {
  background: #e34e1d;
  color: #fff;
}
.info-3 .plays_block {
  display: none;
}
.info-3 .plays_block.active {
  display: block;
}
.info-3 .note {
  margin-top: 10px;
  font-size: 24px;
  color: #1D1D1D;
}
.info-3 .subtext {
  margin-bottom: 20px;
}
.info-3 .items_grid {
  display: flex;
  gap: 40px;
}
.info-3 .column {
  flex: 1;
}
.info-3 .tabs_item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 8px;
  width: 100%;
}
.info-3 .tabs_item span {
  width: 32px;
  min-width: 32px;
  height: 32px;
  background: #e34e1d;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 24px;
  font-weight: bold;
  margin-right: 8px;
}
.info-3 .tabs_item .line_g {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
}
.info-3 .tabs_item .line_g .ln_br {
  margin-top: 8px;
}
.info-3 .tabs_item .ln_br {
  flex: 1;
  height: 8px;
  min-height: 8px;
  background: #e34e1d;
  border-radius: 4px;
}

.how-1 {
  margin: 100px 0;
}
.how-1 .lotto-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  background: #fff9f0;
  padding: 40px 20px;
}
.how-1 .lotto-card {
  background: #fff;
  border-radius: 16px;
  width: 300px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-align: center;
  font-family: sans-serif;
}
.how-1 .top {
  background: #FF5925;
  color: #fff;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.how-1 .top .lotto-header {
  font-weight: bold;
  padding: 16px;
  font-size: 18px;
}
.how-1 .dots-row {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  padding: 16px 8px 0;
  gap: 4px;
}
.how-1 .dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid #fff;
}
.how-1 .filled {
  background-color: white;
  box-shadow: 0 0 0 2px #FF5925;
}
.how-1 .empty {
  background-color: transparent;
  box-shadow: 0 0 0 2px #FF5925;
}
.how-1 .or-text {
  font-size: 14px;
  margin: 0 6px;
  font-weight: bold;
}
.how-1 .lotto-text {
  font-size: 14px;
  color: #333;
  padding: 16px;
  line-height: 1.5;
}
.how-1 .img-h {
  width: 126px;
  margin-bottom: 35px;
}
.how-1 .items-d {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
}
.how-1 h2 {
  font-weight: bold;
}

.day-block {
  margin-bottom: 100px;
}
.day-block .items {
  background-color: #FFEEE0;
  padding: 50px 0;
  margin-top: 50px;
  margin-bottom: 100px;
}
.day-block .items .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
}

.terms-policy {
  margin: 100px 0;
}
.terms-policy h2 {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: bold;
}
.terms-policy p {
  font-weight: 500;
  margin-bottom: 40px;
}
.terms-policy h3 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}

.login-block_e {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.login-block_e .img-lgt {
  width: 50%;
}

.unlimited_login {
  background: #FFEEE0;
  width: 30%;
  border-radius: 16px;
}
.unlimited_login .title {
  text-align: center;
}
.unlimited_login .title h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  gap: 10px;
}
.unlimited_login .title h2 img {
  width: 130px;
}
.unlimited_login .title p {
  font-size: 14px;
}

.unlimited_plays-bl .form_gt {
  width: 100%;
  max-width: 330px;
  margin: 0 auto;
  padding: 30px 0;
}

.unlimited_plays-bl .form_gt small {
  color: #000;
  font-size: 12px;
}

.unlimited_plays-bl input[type=text], .unlimited_plays-bl input[type=email], .unlimited_plays-bl input[type=password] {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border-radius: 8px;
  border: none;
  outline: none;
  border: 1px solid #d5d5d5;
}

input::-moz-placeholder {
  color: #D2D2D2;
}

input::placeholder {
  color: #D2D2D2;
}

.unlimited_plays-bl .name-fields {
  display: flex;
  gap: 10px;
}

.unlimited_plays-bl .name-fields input {
  flex: 1;
}

.unlimited_plays-bl .submit-btn {
  font-weight: 600;
  font-size: 16px;
  padding: 10px 35px;
  display: inline-block;
  border-radius: 60px;
  background: #FF5925;
  text-decoration: none;
  margin-top: 7px;
  width: 100%;
  border: none;
  color: #fff;
}

.unlimited_plays-bl .terms {
  font-size: 13px;
  margin-top: 10px;
  color: #000;
  text-align: left;
  margin-bottom: 0;
}

.unlimited_plays-bl .terms a {
  color: #FF5925;
}

.unlimited_plays-bl .eye-icon {
  position: absolute;
  right: 19px;
  top: 20px;
  cursor: pointer;
}

.unlimited_plays-bl .input-wrapper {
  position: relative;
}

.unlimited_plays-bl .modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}

.unlimited_plays-bl .modal-content {
  background-color: #fff;
  padding: 34px 20px;
  border-radius: 10px;
  width: 90%;
  max-width: 440px;
  text-align: center;
  position: relative;
  color: #000;
}

.unlimited_plays-bl .modal-content input[type=number] {
  width: 100%;
  padding: 10px;
  margin: 11px 0;
  border-radius: 8px;
  border: none;
  outline: none;
  border: 1px solid #c3c2c2;
}

.unlimited_plays-bl .modal-content p {
  margin: 10px 0;
}

.unlimited_plays-bl .generated-code {
  font-size: 18px;
  font-weight: bold;
  color: #23eeee;
}

.unlimited_plays-bl .close-btn {
  background-color: #FF5925;
  border: none;
  padding: 13px;
  color: #fff;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 15px;
}

.unlimited_plays-bl .form-policy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}
.unlimited_plays-bl .form-policy p {
  margin-bottom: 0;
}
.unlimited_plays-bl .form-policy a {
  color: #FF5925;
  text-decoration: none;
}

.unlimited_plays-bl .form-policy a {
  color: #FF5925;
}

.unlimited_plays-bl .eye-icon {
  font-size: 14px;
}

.close-btn, .x-btn {
  background: #FF5925;
  border: none;
  padding: 10px;
  color: white;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 15px;
}

.x-icon {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 18px;
  color: rgb(30, 29, 29);
  cursor: pointer;
}

.play_block382 .play_main71 {
  background-color: #FFEEE0;
  border-radius: 16px;
  color: #000;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  padding: 48px 64px;
}
.play_block382 .play_main71 h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  margin-bottom: 40px;
  gap: 10px;
}
.play_block382 .play_main71 h2 img {
  width: 120px;
}
.play_block382 #reset img {
  width: 24px;
}
.play_block382 input {
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  border: 1px solid #d5d5d5;
}
.play_block382 .ticket-info, .play_block382 .total-info {
  margin: 15px 0;
}
.play_block382 .top {
  display: flex;
  justify-content: space-between;
}
.play_block382 .numbers {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  border: 1px solid #000;
  padding: 10px;
  border-radius: 30px;
}
.play_block382 .numbers .d-fl {
  display: flex;
}
.play_block382 .item {
  background: #FF5925;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
}
.play_block382 .controls {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.play_block382 .controls button {
  border: none;
  color: #000;
  margin: 0 5px;
  background-color: transparent;
  cursor: pointer;
  padding: 5px;
}
.play_block382 .pay-block {
  margin-top: 20px;
  background: #fff;
  color: #000;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  max-width: 320px;
  margin-left: auto;
  font-size: 20px;
  font-weight: bold;
}
.play_block382 .pay-btn {
  margin-top: 12px;
  background: #FF5925;
  border: none;
  padding: 11px 20px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  width: 100%;
  font-weight: bold;
}

/* Modal */
.popup-success {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.popup-content {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  max-width: 600px;
  color: #000;
  position: relative;
}
.popup-content p {
  margin-bottom: 0;
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 28px;
  font-weight: bold;
  color: #000;
  cursor: pointer;
}

@media (max-width: 997px) {
  .header .container {
    flex-direction: column;
    gap: 20px;
  }
  .header .container nav ul {
    gap: 15px;
  }
  .header .container nav ul li a {
    font-size: 14px;
  }
  .header-block {
    background: url(../img/header-bg-mob.jpg) top center/cover no-repeat;
    padding-top: 190px;
    padding-bottom: 110px;
  }
  .header-block h1 {
    font-size: 24px;
  }
  .header-block .time-box, .header-block .colon {
    font-size: 20px;
  }
  .header-block .time-box {
    padding: 10px;
  }
  .header-bottom-img img {
    transform: scale(4.5);
  }
  .grab .card-container {
    padding: 0;
    gap: 30px;
  }
  .grab .card {
    width: 110%;
  }
  .how-1 .lotto-section {
    padding-top: 0;
  }
  .how-1 .items-d {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .info-3 .items_grid {
    flex-direction: column;
    gap: 0;
  }
  .results-bl-1 .lotto-header {
    flex-direction: column;
    align-items: start;
  }
  .tb {
    overflow-x: auto;
  }
  .day-block .items .container {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .login-block_e {
    flex-direction: column;
  }
  .login-block_e .img-lgt {
    display: none;
  }
  .login-block_e .unlimited_login {
    width: 100%;
  }
  .header-block-l {
    padding-top: 30px;
  }
}/*# sourceMappingURL=style.css.map */