@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/*
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Black.eot');
  src: url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Black.woff2') format('woff2'), url('../fonts/Roboto-Black.woff') format('woff'), url('../fonts/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.eot');
  src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Thin.eot');
  src: url('../fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Thin.woff2') format('woff2'), url('../fonts/Roboto-Thin.woff') format('woff'), url('../fonts/Roboto-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.eot');
  src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.eot');
  src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.eot');
  src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  padding: 0;
  margin: 0;
  background: #0d2155;
  /*  font-family: "Roboto";*/
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #fff !important;
  height: 100vh;
  box-sizing: border-box;
  overflow: hidden;
}

svg {
  font-family: "Roboto", sans-serif;
}

main {
  height: 100vh;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
}
.pointer {
  cursor: pointer !important;
}
.element {
  height: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 2% 2%;
}
.wrapper {
  max-width: 96%;
  margin: 0 auto;
}
.index-page {
  background: url("../images/index-bg.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.main-content {
  text-align: center;
  position: relative;
  padding-top: 10vh;
}
.cta-svg svg {
  height: 100%;
  width: 100%;
}
.btn-wrap {
  position: relative;
  text-align: center;
}
.btn-wrap img {
  display: inline-block;
}
.btm-element {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 25px 60px 25px 10px;
  width: 100%;
  text-align: right;
}
.btm-element img {
  position: relative;
  z-index: 1;
}
.btm-element .bg-float {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  max-height: 109%;
}

.credit {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  font-size: 7px;
  line-height: 1;
  color: #ffffff;
  
}

footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 15px 0;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-weight: normal;
  text-align: center;
}
/* Register Page */
.register-page {
  background: #0d2155 url("../images/img04.png");
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
}
h3 {
  font-size: 65px;
  color: #fff;
  font-weight: 600;
  line-height: 1.3;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.form-control {
  font-size: 30px;
  line-height: 1;
  color: #eeeeee;
  font-weight: normal;
  background: #0d2155;
  text-align: left;
  padding: 10px 25px;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
}
.form-control:focus {
  background: #0d2155;
  outline: 0;
  box-shadow: none;
  border-color: #ffffff;
  color: #ffffff;
}
.cta-action {
  width: 85%;
  margin: 0 auto;
  margin-top: 60px;
  border-top: 1px solid #612c84;
}
.cta-action label {
  font-size: 20px;
  line-height: 1;
  color: #eeeeee;
  font-weight: normal;
  font-style: italic;
  display: flex;
  align-items: center;
}
.cta-action label a {
  color: #3fa1ad;
  font-size: inherit;
}
.cta-inn input {
  position: absolute;
  opacity: 0;
}
.tc-agree:checked + span {
  background: #0672a3;
}
.tc-agree + span {
  position: relative;
  margin-right: 18px;
  display: inline-block;
  vertical-align: text-top;
  width: 30px;
  height: 30px;
  background: #0d2155;
  border: 1px solid #0672a3;
}
.tc-agree:checked + span::after {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  width: 6px;
  height: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}
::placeholder {
  color: #eeeeee !important;
  opacity: 1;
}
::-moz-placeholder {
  color: #eeeeee !important;
  opacity: 1;
}
::-webkit-input-placeholder {
  color: #eeeeee !important;
  opacity: 1;
}
/* modal */
.modal-bg {
  background: url("../images/modal-bg.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 80%;
}
.modal-bg .modal-content {
  background: transparent;
  border: none;
}
.modal-bg.modal-auto {
  min-width: 85%;
  padding: 0% 5% 0% 5%;
  box-sizing: border-box;
}
@media (min-width: 576px) {
  .modal-bg.modal-auto {
    min-width: 85%;
  }
}
.game-rules li {
  font-size: 24px;
  color: #ffffff;
  line-height: 1.3;
  font-weight: normal;
  position: relative;
  list-style-image: url("../images/bull.svg");
  margin-top: 10px;
}
.border-end-1 {
  border-right: 1px solid #ffffff;
}
.modal-bg .modal-footer {
  border: none;
  margin-top: 15px;
  max-width: 90%;
}
.div-up {
  max-width: 50%;
}
.div-up img {
  /* max-width: 140px; */
}
/* category */
.category-page {
  background: url("../images/edge01.svg"), url("../images/edge02.svg"),
    url("../images/category-bg.jpg");
  background-position: left top, right bottom, bottom center;
  background-size: auto, auto, cover;
  background-repeat: no-repeat;
  padding-block: 3% 7.3%;
}
.category-page h3 {
  color: #0d2155;
  font-weight: normal;
}
.text-blue {
  color: #0c3288;
}
.product-gp {
  max-width: 80%;
}
.opt {
  margin-bottom: 15px;
}
.opt-1 {
  margin-left: 22%;
}
.opt-2 {
  margin-left: 14%;
}
.opt-3 {
  margin-left: 7%;
}
.option-svg svg {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.btn-start {
  padding-bottom: 4%;
}
/* survay-page */
.survay-page,
.terms-page {
  background: #0d2155 url("../images/img04.png");
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
}
.qr-msg p {
  font-size: 24px;
  font-weight: bold;
  color: #0d2155;
  line-height: 1.2;
  text-align: center;
  margin-top: 10px;
  display: inline-block;
}
.qr-msg p span {
  font-size: 32px;
  font-weight: bold;
  color: #0d2155;
  line-height: 1;
}
.radio-label {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
}
.rate {
  padding-bottom: 30px;
}
.rate-txt {
  font-size: 28px;
  color: #eeeeee;
  font-weight: normal;
  line-height: 1;
}
.checkmark {
  font-size: 46px;
  font-weight: bold;
  color: #3fa5b1;
  position: relative;
  height: 60px;
  width: 60px;
  background-color: #0d2155;
  border-radius: 50%;
  border: 1px solid #0672a3;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.radio-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radio-label input:checked ~ .checkmark {
  background-color: #3fa5b1;
  color: #ffffff;
}
.check-terms h4 {
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 15px;
}
.check-terms li {
  font-size: 24px;
  color: #ffffff;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 15px;
}
.checkbox {
  position: absolute;
  opacity: 0;
}
.checkbox + label span {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.checkbox + label span {
  position: relative;
  margin-right: 18px;
  display: inline-block;
  vertical-align: text-top;
  width: 30px;
  height: 30px;
  background: #0d2155;
  border: 1px solid #0672a3;
}
.checkbox:checked + label span {
  background: #0672a3;
}
.checkbox:checked + label span::after {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  width: 6px;
  height: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}
.msgbox {
  margin-top: 50px;
}
.msgbox h4 {
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 15px;
}
.msgbox textarea {
  border: 1px solid #0672a3;
  border-radius: 8px;
  width: 100%;
  height: 200px;
  background: #0d2155;
  color: #ffffff;
  resize: none;
  padding: 10px 15px;
  margin-bottom: 0;
}
.msgbox textarea:focus {
  outline: none;
  color: #ffffff;
}
/* terms and condition page */
.terms-point p {
  font-size: 16px;
  line-height: 1.4;
  color: #eeeeee;
  font-weight: 300;
  margin-bottom: 20px;
}
.terms-point {
  padding: 40px;
  border: 1px solid #0672af;
  max-height: 70vh;
  overflow-y: auto;
}
/* Scrollbar Styling */
* {
  scrollbar-width: thin;
  scrollbar-color: #0672af #0c3288;
}
::-webkit-scrollbar,
::-moz-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-thumb {
  background: #0672af;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
::-webkit-scrollbar-thumb:hover {
  background: #0c3288;
}
::-webkit-scrollbar-track {
  background: #0c3288;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.err {
  width: 100%;
  color: red;
  padding: 0;
  margin: 0;
  font-weight: 500;
  text-align: left;
}

@media screen and (max-width: 1600px) {
  .credit {
    left: 30px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 1400px) {
  footer {
    font-size: 12px;
    padding: 5px 0;
  }

  .credit {
    left: 30px;
    padding: 10px;
        padding-right: 50px;
  }
}
