@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --c-black: #000000;
  --c-white: #ffffff;
  --c-primary: #E4B6B9;
  --c-secondary: #F8ECD1;
}

body {
  font-family: "Poppins", serif;
}

a {
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}

.header .navbar-brand img {
  height: auto;
  width: 108px;
  display: block;
  margin: 0;
  padding: 16px 0;
}

footer {
  background: #ff8001;
  text-align: center;
  padding-bottom: 16px;
}
@media screen and (min-width: 768px) {
  footer {
    text-align: left;
  }
}
footer .footer_top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding-bottom: 24px;
}
footer .footer_top .row {
  gap: 24px 0;
}
footer .footer_top .footer-social {
  padding-top: 15px;
}
footer .footer_top .footer-social h3 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  color: var(--c-white);
}
footer .footer_top .footer-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  footer .footer_top .footer-social ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
footer .footer_top .footer-social ul li a {
  display: block;
}
footer .footer_top .menu-title, footer .footer_top .app-title {
  font-size: 16px;
  font-weight: 600;
  padding: 6px 0;
  color: var(--c-white);
  margin-bottom: 5px;
}
footer .footer_top ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: inherit;
}
footer .footer_top ul.menu li a {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  text-decoration: none;
  padding: 6px 0;
  color: var(--c-white);
}
footer .footer_top ul.menu li a:hover {
  color: var(--c-black);
}
@media screen and (min-width: 768px) {
  footer .footer_top .apps-block {
    max-width: 180px;
    margin-left: auto;
  }
}
footer .footer_top ul.apps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
footer .footer_top ul.apps li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  max-width: 180px;
}
footer .footer_top ul.apps li a img {
  display: block;
  width: 100%;
  height: 100%;
}
footer .footer_copyright {
  color: var(--c-white);
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px 0;
  padding-top: 16px;
}
@media screen and (min-width: 768px) {
  footer .footer_copyright {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 992px) {
  footer .footer_copyright {
    font-size: 16px;
  }
}
footer .footer_copyright p {
  margin: 0;
}
footer .footer_copyright a {
  color: var(--c-white);
  text-decoration: none;
}
footer .footer_copyright a:hover {
  color: var(--c-black);
}

.main-content.celebration-sec {
  background-image: url("../image/sec-bg.webp");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  color: var(--c-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.main-content.celebration-sec::before {
  content: "";
  width: 1px;
  margin-right: -1px;
  display: block;
  height: calc(100vh - 68px);
}
.main-content.celebration-sec h2 {
  font-weight: 500;
  font-size: 26px;
}
@media screen and (min-width: 360px) {
  .main-content.celebration-sec h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 992px) {
  .main-content.celebration-sec h2 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .main-content.celebration-sec h2 {
    font-size: 48px;
  }
}
@media screen and (min-width: 1400px) {
  .main-content.celebration-sec h2 {
    font-size: 56px;
  }
}
.main-content.celebration-sec h1 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 40px;
  margin-bottom: 20px;
}
@media screen and (min-width: 360px) {
  .main-content.celebration-sec h1 {
    font-size: 46px;
  }
}
@media screen and (min-width: 992px) {
  .main-content.celebration-sec h1 {
    font-size: 62px;
  }
}
@media screen and (min-width: 1200px) {
  .main-content.celebration-sec h1 {
    font-size: 75px;
  }
}
@media screen and (min-width: 1400px) {
  .main-content.celebration-sec h1 {
    font-size: 86px;
  }
}
.main-content.celebration-sec .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-content.celebration-sec .form-col {
  padding-top: 48px;
  padding-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .main-content.celebration-sec .form-col {
    padding-top: 40px;
    padding-bottom: 40px;
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 992px) {
  .main-content.celebration-sec .form-col {
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 1400px) {
  .main-content.celebration-sec .form-col {
    width: calc(50% - 30px);
  }
}
.main-content.celebration-sec .image-col {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .main-content.celebration-sec .image-col {
    width: calc(50% - 10px);
    padding-bottom: 24px;
    padding-top: 24px;
  }
}
@media screen and (min-width: 992px) {
  .main-content.celebration-sec .image-col {
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 1400px) {
  .main-content.celebration-sec .image-col {
    width: calc(50% - 30px);
  }
}
.main-content.celebration-sec .image-col .image-wrapper {
  max-width: 540px;
  margin-left: auto;
  position: relative;
}
.main-content.celebration-sec .image-col .image-wrapper::after, .main-content.celebration-sec .image-col .image-wrapper::before {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  content: "";
}
.main-content.celebration-sec .image-col .image-wrapper::before {
  background-image: url("../image/star1.png");
  right: -60px;
  top: calc(33% - 50px);
  -webkit-transform: scale(10);
          transform: scale(10);
}
.main-content.celebration-sec .image-col .image-wrapper::after {
  background-image: url("../image/star2.png");
  left: -60px;
  bottom: calc(36% - 100px);
  -webkit-transform: scale(10);
          transform: scale(10);
}
.main-content.celebration-sec .image-col img {
  max-width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
}
.main-content.celebration-sec .image-col img:nth-child(1) {
  z-index: 2;
  margin-bottom: -8%;
}
.main-content.celebration-sec .image-col img:nth-child(2) {
  max-width: 94%;
  margin-left: auto;
  margin-right: auto;
}
.main-content.celebration-sec form {
  position: relative;
  z-index: 1;
}
.main-content.celebration-sec form .form-item {
  padding-bottom: 16px;
  margin: 0;
}
@media screen and (min-width: 1400px) {
  .main-content.celebration-sec form .form-item {
    padding-bottom: 20px;
  }
}
.main-content.celebration-sec form .form-control {
  padding: 9px 15px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  height: 45px;
}
.main-content.celebration-sec form textarea.form-control {
  height: auto;
  padding-top: 15px;
}
.main-content.celebration-sec form label {
  display: none;
}
.main-content.celebration-sec form .form-actions {
  text-align: right;
  margin: 0;
}
.main-content.celebration-sec form .form-actions .button {
  border: 2px solid #ffffff;
  border-radius: 14px;
  line-height: 1.2;
  padding: 10px 50px;
  background: #da2f10;
  background: -webkit-gradient(linear, left top, right top, from(#da2f10), to(#330101));
  background: linear-gradient(90deg, #da2f10 0%, #330101 100%);
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  -webkit-box-shadow: 0 0 0 #da2f10 inset;
          box-shadow: 0 0 0 #da2f10 inset;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.main-content.celebration-sec form .form-actions .button:hover {
  -webkit-box-shadow: 200px 0 0 rgba(218, 47, 16, 0.1) inset;
          box-shadow: 200px 0 0 rgba(218, 47, 16, 0.1) inset;
}

.main-content.scratch-sec {
  background-image: url("../image/sec-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: var(--c-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.main-content.scratch-sec::before {
  content: "";
  width: 1px;
  margin-right: -1px;
  display: block;
  height: calc(100vh - 280px - 68px);
}
.main-content.scratch-sec .container {
  padding-top: 64px;
  padding-bottom: 80px;
}
.main-content.scratch-sec h1 {
  font-weight: 700;
  text-align: center;
  font-size: 26px;
  margin-bottom: 1em;
}
@media screen and (min-width: 360px) {
  .main-content.scratch-sec h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 992px) {
  .main-content.scratch-sec h1 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .main-content.scratch-sec h1 {
    font-size: 48px;
  }
}
@media screen and (min-width: 1400px) {
  .main-content.scratch-sec h1 {
    font-size: 56px;
  }
}
.main-content.scratch-sec .item-name {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.1;
  padding: 24px;
  -webkit-background-clip: text;
          background-clip: text;
  background-image: -webkit-gradient(linear, left top, right top, from(#e13510), to(#510603));
  background-image: linear-gradient(90deg, #e13510 0%, #510603 100%);
  color: transparent;
}

.scratch-win-content-page {
  position: relative;
}
.scratch-win-content-page .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../image/section-bg2.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.scratch-win-content-page .scratch-win-content {
  position: relative;
  z-index: 1;
}

.logo--winner-text-outer {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .logo--winner-text-outer {
    display: none;
  }
}
.logo--winner-text-outer .logo--winner-text.for-small-screen {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}

.logo--winner-text.for-big-screen {
  display: none;
}
@media screen and (min-width: 768px) {
  .logo--winner-text.for-big-screen {
    display: block;
  }
}

.scratch-win-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .scratch-win-content::before {
    min-height: 100vh;
    content: "";
    width: 1px;
    margin-right: -1px;
  }
}
.scratch-win-content .wrapper-spin-whell {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .scratch-win-content .wrapper-spin-whell {
    max-width: 100%;
    width: calc(50% + 30px);
  }
}
@media screen and (min-width: 992px) {
  .scratch-win-content .wrapper-spin-whell {
    width: calc(50% + 100px);
  }
}
.scratch-win-content .wrapper-spin-whell::before {
  content: "";
  width: 100%;
  display: block;
  padding: 0 0 92%;
}
@media screen and (min-width: 768px) {
  .scratch-win-content .wrapper-spin-whell::before {
    display: none;
  }
}
.scratch-win-content .wrapper-spin-whell .wheel-wrapper {
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .scratch-win-content .wrapper-spin-whell .wheel-wrapper {
    position: relative;
  }
}
.scratch-win-content .wrapper-win-form {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .scratch-win-content .wrapper-win-form {
    margin-left: calc(-50% - 30px);
  }
}
@media screen and (min-width: 992px) {
  .scratch-win-content .wrapper-win-form {
    margin-left: calc(-50% - 100px);
  }
}
.scratch-win-content .logo--winner-text-form {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .scratch-win-content .logo--winner-text-form {
    width: calc(50% - 30px);
  }
}
@media screen and (min-width: 992px) {
  .scratch-win-content .logo--winner-text-form {
    width: calc(50% - 100px);
  }
}
.scratch-win-content .winner-text {
  max-width: 70%;
  margin: 8% auto;
}
.scratch-win-content form {
  padding-bottom: 40px;
}
.scratch-win-content form .form-control {
  width: 100%;
  display: block;
  background: transparent;
  height: 54px;
  padding: 10px 24px;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border-radius: 30px;
}
.scratch-win-content form .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.scratch-win-content form .form-control::-moz-placeholder {
  color: #ffffff;
}
.scratch-win-content form .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.scratch-win-content form .form-control::-ms-input-placeholder {
  color: #ffffff;
}
.scratch-win-content form .form-control::placeholder {
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  .scratch-win-content form .form-control {
    height: 60px;
  }
}
.scratch-win-content form .form-item .btn-spin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #038559;
  color: #038559;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  background-color: #fccb2a;
  border-radius: 35px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 58px;
}
@media screen and (min-width: 992px) {
  .scratch-win-content form .form-item .btn-spin {
    height: 72px;
  }
}
.scratch-win-content form .form-item .btn-spin:hover {
  border: 2px solid #fccb2a;
  background-color: #038559;
  color: #fccb2a;
}

body .ui-dialog.ui-widget-content {
  border: none;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.24);
  background-color: #fccb2a;
  border: 4px solid #038559;
  outline: 2px solid #ffffff;
}
body .ui-dialog.ui-widget-content .ui-dialog-titlebar {
  border: none;
  background-color: transparent;
}
body .ui-dialog.ui-widget-content .ui-dialog-buttonpane {
  border: none;
  background-color: transparent;
  display: none;
}
body .ui-dialog.ui-widget-content .ui-dialog-content {
  text-align: center;
  padding: 12px 24px 32px;
}
body .ui-dialog.ui-widget-content .ui-dialog-content h2 {
  font-weight: bold;
  font-size: 32px;
}
body .ui-dialog.ui-widget-content .ui-dialog-content p {
  font-size: 18px;
}
body .ui-dialog.ui-widget-content .ui-dialog-titlebar-close {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  right: 12px;
}/*# sourceMappingURL=theme.css.map */