@font-face {
  font-family: 'Roboto-Regular';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Medium';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Light';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Bold';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Black';
  src: url('../fonts/Roboto-Black.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

:root {
  --theme-bg-blue: #0d2155;
  --theme-bg-red: #b30b37;
  --theme-color-blue: #0d2155;
  --theme-color-red: #b30b37;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-family: "Roboto-Regular";
  background: #0d2155 !important;
}

.homepage {
  background: #0d2155 !important;
}

.header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  padding: 3rem 4rem;
  text-align: center;
  width: 100%;
}

header .logos_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header img {
  height: 50px;
}

.mt-22 {
  margin-top: -20px;
}

.h100 {
  height: 100%;
}

.wrap-content {
  min-height: 100%;
  background: #0d2155;
  background-size: cover;
  background-position: center;
}

.wrap-content .content {
  position: absolute;
  z-index: 1;
  left: 10%;
  right: 10%;
  top: 200px;
  bottom: 60px;
}

.wrap-content .content .splash1 {
  text-align: center;
}

.wrap-content .content .splash1 h1 {
  font-family: "Roboto-Bold";
  font-size: 48px;
  line-height: 56px;
  color: var(--theme-color-blue);
  text-transform: uppercase;
}

.wrap-content .content .splash1 h2 {
  font-family: "Roboto-Light";
  font-size: 28px;
  letter-spacing: 2px;
  color: var(--theme-color-blue);
  margin-bottom: 1rem;
}

.wrap-content .content .splash1 h3 {
  font-family: "Roboto-Black";
  font-size: 90px;
  color: #ffffff;
  text-transform: uppercase;
}

.btn2 {
  background: #c5d4e3;
  color: #0e2357 !important;
  border-radius: 5px;
  padding: 17px 50px;
  text-decoration: none;
  font-family: "Roboto-Medium";
  font-size: 22px;
  text-transform: uppercase;
  transition: all 1s;
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
  border: 2px solid #c5d4e3;
}

.btn2:hover {
  background: transparent;
  color: #c5d4e3 !important;
  border: 2px solid #c5d4e3;
}

.form-check-input:checked {
  /* background-color: #c5d4e3; */
  border-color: #c5d4e3;
}

.btn1 a {
  background: #c5d4e3;
  color: #0e2357 !important;
  border-radius: 5px;
  padding: 17px 50px;
  text-decoration: none;
  font-family: "Roboto-Medium";
  font-size: 22px;
  text-transform: uppercase;
  transition: all 1s;
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
  border: 2px solid #c5d4e3;
}

.btn1 a:hover {
  background: transparent;
  color: #c5d4e3 !important;
  border: 2px solid #c5d4e3;
}

.wrap-content .content .splash2 {
  text-align: center;
}

.wrap-content .content .splash2 h3 {
  font-family: "Roboto-Black";
  font-size: 65px;
  color: #f2af00;
  text-transform: uppercase;
  text-shadow: 2px 0 #00447c, -2px 0 #00447c, 0 2px #00447c, 0 -2px #00447c, 2px 2px #00447c, -2px -2px #00447c, 2px -2px #00447c, -2px 2px #00447c;
  /*position: relative;
  top: 80px;*/
  margin-bottom: -60px;
}

.wrap-content .content .splash2 .btn1 {
  position: relative;
  bottom: 90px;
}

.mainpopup .modal-dialog {
  max-width: 1200px;
}

.mainpopup .modal-content {
  position: relative;
  border-radius: 30px;
  background: url("../images/tnc.png") no-repeat;
  background-position: left top;
  background-size: cover;
}

.mainpopup ._form_modal .modal-content {
  position: relative;
  border-radius: 30px;
  background: url("../images/form_bg.png") no-repeat;
  background-position: left top;
  background-size: cover;
}

.mainpopup ._form_modal .modal-content .popupformdetail .formdetailbox {
  margin: 5rem 0;
}

.mainpopup .modal-body {
  padding: 0
}

.mainpopup .modal-dialog .modal-header {
  padding: 0;
  border-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.mainpopup .modal-dialog .modal-header .btn-close {
  position: absolute;
  right: -10px;
  top: -10px;
  background: #c5d4e3;
  opacity: 1;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  z-index: 99;
}

.mainpopup .modal-dialog .modal-header .btn-close:hover {
  background: #c5d4e3;
}

.popuptncdetail ul {
  padding: 0;
  margin: 0
}

.popuptncdetail h2 {
  font-family: "Roboto-Bold";
  color: #ffffff;
  font-size: 34px
}

.popuptncdetail ul li {
  font-size: 13px;
  font-family: "Roboto-Regular";
  padding-top: 10px;
  padding-left: 15px;
  position: relative;
  color: #ffffff;
}

.popuptncdetail ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  background: url(../images/dot.png);
  width: 10px;
  height: 10px;
}

.popuptncdetail {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 30px 20px;
}

.popuptncdetail .form-check label {
  color: #ffffff;
}

.popuptncdetail .tncimg {
  width: calc(100% - 570px);
  position: absolute;
  left: -90px;
}

.popuptncdetail .tncdetailbox {
  margin-left: 550px;
  display: inline-block;
}

.popupformdetail .formimg img {
  border-radius: 20px 0 0 20px;
}

.popupformdetail .formdetailbox {
  padding: 30px 70px 20px 30px
}

.popupformdetail .formdetailbox h2 {
  font-size: 34px;
  font-family: "Roboto-Bold";
  color: #ffffff;
  margin-bottom: 20px;
}

.formdetailbox .form-group {
  background: #ffffff;
  padding: 8px 10px;
  margin-bottom: 20px;
}

.formdetailbox .form-group .input-group-addon {
  margin-right: 10px;
}

.formdetailbox .form-group input {
  border: 0;
  border-left: 1px #c8c9c7 solid;
  outline: none !important;
  box-shadow: 0 0 0 0;
}

.formdetailbox .form-group select {
  border: 0;
  border-left: 1px #c8c9c7 solid;
  width: 92%;
  padding-left: 10px;
  outline: none !important;
  box-shadow: 0 0 0 0;
}

.formdetailbox .form-group select:active {
  border: 0;
  border-left: 1px #c8c9c7 solid;
}

.footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 10;
  padding: 15px;
  background: #ffffff;
  font-family: "Roboto-Regular";
  font-size: 16px;
}

/*GAME CSS*/
canvas {
  display: block;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  touch-action: none;
  user-select: none;
  /*width: 488px;*/
  /*height: 488px;*/
  cursor: inherit;
  /* background: linear-gradient(356deg, rgba(72, 180, 175, 1) 70%, rgba(4, 44, 71, 1) 100%);*/
}

#winPopup {
  position: relative;
  z-index: 99999;
  display: none;
  width: 300px;
  height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  /*background: #fff;*/
  margin: auto;
}

#winPopup .popup-content #Title {
  color: #ffffff;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  margin: auto;
  font-family: 'Roboto-Light';
  display: block
}

#winPopup .popup-content #WinHead {
  color: #ffffff;
  font-size: 36px;
  font-family: 'Roboto-Medium';
  display: block;
  margin-bottom: 15px
}

/* ///////////////// //////////////////////////// */
/*.thankyou span {
  font-size: 32px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Roboto-Bold';
  line-height: 36px;
}*/
.wrap-content .content .splash1.thankyou h4 {
  font-family: "Roboto-Black";
  font-size: 70px;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 0px 2px 17px #00000061;
}

.wrap-content .content .splash1.thankyou h3 {
  font-size: 60px;
  line-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: none;
  margin-bottom: 20px
}

.wrap-content .content .splash1.thankyou h3:before {
  content: "";
  display: inline-block;
  background: url(../images/star.png) no-repeat center left;
  width: 55px;
  height: 60px;
  margin: 0 15px 0 0;
}

.wrap-content .content .splash1.thankyou h3:after {
  content: "";
  display: inline-block;
  background: url(../images/star.png) no-repeat center right;
  width: 55px;
  height: 60px;
  margin: 0 0 0 15px;
}

.wrap-content .content .splash1.gameover h1 {
  font-size: 115px;
  line-height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: none;
  margin-bottom: 20px;
  color: #ffffff;
}

.wrap-content .content .splash1.gameover h1:before {
  content: "";
  display: inline-block;
  background: url(../images/star.png) no-repeat center left;
  width: 55px;
  height: 60px;
  margin: 0 15px 0 0;
}

.wrap-content .content .splash1.gameover h1:after {
  content: "";
  display: inline-block;
  background: url(../images/star.png) no-repeat center right;
  width: 55px;
  height: 60px;
  margin: 0 0 0 15px;
}

.thankyou h1 {
  padding-bottom: 10px;
}

.thankyou h3 {
  padding-top: 10px;
}

.thankyou p {
  font-size: 22px;
  color: #ffffff;
  line-height: 28px;
}

.thankyou ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.thankyou ul li {
  display: inline-block;
}

.thankyou ul li a {
  height: 50px;
  line-height: 50px;
  background: #00447c;
  padding: 0 15px;
  display: inline-block;
  font-size: 22px;
  color: #ffffff;
  text-decoration: none;
}

.thankyou ul li a.yellow-btn {
  background: #f0ae1d;
}

.thankyou ul li a.green-btn {
  background: #2eb892;
}

.pupup-section {
  background: url(../images/popup-bg.jpg) left top no-repeat;
  background-size: cover;
  height: 100%;
  position: fixed;
  width: 100%;
}

.popup-wrap {
  max-width: 1100px;
  margin: 0 auto;
}

.popup-content {
  width: 100%;
  margin-top: 100px;
  background: url(../images/pupup-bg.jpg) left top no-repeat;
  border-radius: 16px;
}

.popup-content i {
  text-align: center;
  display: inline-block;
  margin: -60px 0 0 0;
  width: 100%;
}

.up-content {
  padding: 0 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 50px;
}

.up-content h2 {
  font-family: 'Roboto-Medium';
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 10px;
  line-height: 40px;
  text-align: center
}

.up-content .row {
  align-items: center;
}

.up-content p {
  font-size: 34px;
  color: #ffffff;
  line-height: 38px;
  font-family: 'Roboto-Medium';
  text-align: center
}

.up-content-right {
  border-left: solid 2px #ffffff;
  padding-left: 30px;
  margin-left: 30px;
}

.up-content-right h1 {
  font-family: "Roboto-Bold";
  font-size: 50px;
  line-height: 50px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.up-content-right h1:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -6px;
  text-align: center;
  margin: 0 auto;
  background: url(../images/headingbg.png) center;
  background-size: cover;
  height: 60px;
  width: 100%;
  z-index: -1;
}

#winPopup .modal-content {
  background: url(../images/win-pop-bg.png) no-repeat;
  border-bottom: #0d2155;
  margin: 0;
  border: 0;
}

#winPopup .modal-content::after {
  content: '';
  position: absolute;
  bottom: -62px;
  background: url(../images/modal-shadow.png) no-repeat;
  width: 100%;
  height: 120px;
  background-size: contain;
  z-index: -1;
}

.bottom-content {
  background: #157dac;
  border-radius: 0 0 16px 16px;
  padding: 40px 20px;
}

/*.bottom-content .row {
  align-items: center;
}*/
.bottom-left {
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  font-family: 'Roboto-Light';
  text-align: center;
}

.bottom-right {
  display: flex;
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 400;
}

.bottom-right .l-content {
  padding-right: 15px;
  font-size: 22px;
  line-height: 29px;
}

.playbtn {
  left: 0;
  position: fixed;
  bottom: 120px;
  right: 0;
  text-align: center;
}

.heightfix {
  padding-right: 15px
}

.heightfix::-webkit-scrollbar {
  width: 11px;
  background: #ffffff;
  border-radius: 6px;
}

.heightfix {
  scrollbar-width: thin;
  scrollbar-color: #c5d4e3 #c5d4e3;
}

.heightfix ::-webkit-scrollbar-track {
  background: #f2af00;
}

.heightfix::-webkit-scrollbar-thumb {
  background-color: #ee6411;
  border-radius: 6px;
}

#warning-message {
  display: none;
  height: 100vh;
  position: relative;
  z-index: 9999999;
  background: #ffffff;
}

#warning-message p {
  font-family: "Roboto-Regular";
  font-size: 20px;
}

.thankyou::-webkit-scrollbar {
  width: 11px;
  background: rgba(255, 255, 255, .5);
  border-radius: 6px;
}

.thankyou {
  scrollbar-width: thin !important;
  scrollbar-color: #c5d4e3 #c5d4e3 !important;
}

.thankyou ::-webkit-scrollbar-track {
  background: #f2af00;
}

.thankyou::-webkit-scrollbar-thumb {
  background-color: #f2af00;
  border-radius: 6px;
}

.thankyou {
  height: auto;
}

.thankyoumain .splash1.thankyou h1 {
  font-size: 4rem;
  padding: 0;
}

.thankyoumain .splash1.thankyou h2 {
  text-transform: uppercase !important;
  letter-spacing: normal;
}

.thankyoumain .thankyoupageimg {}

.triviabox .formdetailbox h2 {
  color: #f2af00;
  font-size: 75px;
  line-height: 75px;
  font-family: "Roboto-Black";
  margin-bottom: 5px;
  text-transform: uppercase;
  text-shadow: 2px 0 #00447c, -2px 0 #00447c, 0 2px #00447c, 0 -2px #00447c, 2px 2px #00447c, -2px -2px #00447c, 2px -2px #00447c, -2px 2px #00447c;
}

.bottom-mail-box {
  position: absolute;
  bottom: -150px;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 55%;
}

ul.border-box {
  margin: 0 auto;
  text-align: center;
}

.border-box {
  border: 1px solid #4d6467;
  padding: 15px;
  border-radius: 15px;
}

.bottom-mail-box ul li {
  display: inline-block;
  color: #ee6411;
  width: 15%;
  vertical-align: middle;
  text-align: left
}

.bottom-mail-box ul li:last-child {
  width: 75%;
}

.wrap-content.game-closed .content .splash1 h3 {
  font-size: 65px;
}

.wrap-content.game-closed .content .splash1 h2 {
  font-size: 75px;
  margin-top: 25px;
}

.triviabox .formdetailbox h3 {
  color: #ffffff;
  font-size: 35px;
  font-family: "Roboto-Bold";
}

.triviabox .formdetailbox .form-group {
  background: transparent;
  padding: auto;
  margin-bottom: auto;
  margin-top: 15px;
}

.triviabox .formdetailbox .form-check {
  margin-bottom: 10px;
}

.triviabox .formdetailbox .form-check label {
  font-size: 26px;
  line-height: 40px;
  font-family: "Roboto-Light";
}

.triviabox .formdetailbox .form-check input {
  margin-top: 10px;
  font-family: "Roboto-Light";
  font-size: 16px;
}

.mainpopup.triviabox .modal-content {
  position: relative;
  border-radius: 20px;
  background: url(../images/bg2.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px;
}

.checkbox-ans {
  margin: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.container_1 {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 20px;
  /*
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
*/
  color: #ffffff;
  text-align: left;
}

.container_1 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 8px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border: 2px solid #ffffff;
}

/*.container_1:hover input ~ .checkmark {
background-color: #ffffff;
}*/
.container_1 input:checked~.checkmark {
  /*  background-color: #2196F3;*/
  /*background: url("../images/check.png");*/
  background-size: contain;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container_1 input:checked~.checkmark:after {
  display: block;
}

.container_1 .checkmark:after {
  left: 8px;
  top: 2px;
  width: 6px;
  height: 15px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.textred {
  color: #ff0000;
}

#winPopup .modal {
  background: hsla(0, 0%, 0%, 0.60);
}

#winPopup {
  /*animation: mymove 5s infinite;*/
  /*animation-delay: 2s;*/
  animation: fadeIn 50s;
}

@keyframes mymove {
  from {
    left: 0px;
  }

  to {
    left: 200px;
  }
}

/*################# RESPONSIVE CSS #################*/
@media (min-width: 767px) and (max-width: 990px) {
  .wrap-content .content .splash1 h1 {
    font-size: 50px;
    line-height: 48px;
  }

  .wrap-content .content .splash1 h2 {
    font-size: 20px;
  }

  .wrap-content .content .splash1 h3 {
    font-size: 50px;
  }

  .splash1 .btn1.mt-5 {
    margin-top: 15px !important;
  }

  .splash1 img.mt-3 {
    margin-top: 10px !important;
  }

  .splash1 img.mb-3 {
    margin-bottom: 10px !important;
  }

  /*.spine1bg img{
width: 350px;
}*/
  .btn1 a {
    padding: 10px 25px;
    font-size: 18px;
  }

  .wrap-content .content .splash2 h3 {
    font-size: 50px;
    top: 60px;
  }

  /*.splash2 .spine1bg img{
width: 400px;
}*/
  .wrap-content .content .splash2 .btn1 {
    position: relative;
    bottom: 80px;
  }

  .mainpopup .modal-dialog {
    max-width: 700px;
  }

  .popuptncdetail .tncimg {
    display: none;
  }

  .popuptncdetail .tncdetailbox {
    margin-left: 0px;
  }

  .popupformdetail .col-md-4 {
    display: none;
  }

  .popupformdetail .col-md-8 {
    width: 100%;
  }

  .popupformdetail .formdetailbox h2 {
    font-size: 26px;
    font-family: "Roboto-Bold";
    color: #ffffff;
    margin-bottom: 10px;
  }

  .popupformdetail .formdetailbox {
    padding: 30px 30px 20px 30px;
  }

  .formdetailbox .form-group {
    background: #ffffff;
    padding: 8px 10px;
    margin-bottom: 13px;
  }

  .formdetailbox .btn1.mt-5 {
    margin-top: 15px !important;
  }

  /*canvas {
  width: 400px;
  height: auto;
}*/
  .playbtn {
    bottom: 66px;
  }

  .gamepage .splash2 h3 {
    font-size: 45px;
    top: 250px;
  }

  .up-content h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0;
  }

  .up-content-left img {
    width: 200px
  }

  .up-content p {
    font-size: 22px;
    line-height: 29px;
  }

  .popup-content {
    margin-top: 30px;
  }

  .bottom-left {
    font-size: 20px;
    line-height: 26px;
  }

  .bottom-right .l-content {
    padding-right: 15px;
    font-size: 20px;
    line-height: 26px;
  }

  .up-content {
    padding: 0 35px;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
  }

  .triviabox .formdetailbox h2 {
    color: #f2af00;
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 5px;
    text-shadow: 2px 0 #00447c, -2px 0 #00447c, 0 2px #00447c, 0 -2px #00447c, 2px 2px #00447c, -2px -2px #00447c, 2px -2px #00447c, -2px 2px #00447c;
  }

  .triviabox .popupformdetail .formdetailbox {
    padding: 30px 0px 20px 00px;
  }

  /*.thankyou {
  overflow-y: scroll;
  height: 300px
}*/
  .thankyou span {
    font-size: 20px;
    line-height: 24px;
  }

  .wrap-content .content .thankyou h1 {
    font-size: 40px;
    line-height: 44px;
  }

  .thankyou p {
    font-size: 18px;
    color: #ffffff;
    line-height: 21px;
  }

  .thankyou ul li a {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 14px;
  }

  /*.heightfix {
  overflow-y: scroll;
  height: 350px;
}
.heightfix::-webkit-scrollbar {
width: 11px;
background:#ffffff; 
border-radius: 6px;
}
.heightfix {
scrollbar-width: thin;
scrollbar-color: #f2af00 #f2af00;
}
.heightfix ::-webkit-scrollbar-track {
background: #f2af00;
}
.heightfix::-webkit-scrollbar-thumb {
background-color: #f2af00 ;
border-radius: 6px;
}*/
  .wrap-content .content {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /*html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: "Roboto-Regular";
}
.header {
  position:relative;
  background: rgba(0, 118, 206, 1);
}
.wrap-content {
  background: url(../images/mainbg.jpg) repeat;
}
.wrap-content .content {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  padding: 50px 0;
}
.footer {
  position: relative;
}*/
  /*.splash2 h3 {
  top: 10px !important;
}*/
  .thankyou {
    overflow-y: hidden;
    height: auto;
    padding-right: 0px;
  }

  .thankyoupageimg {
    width: 60%;
    margin: 0 auto;
    text-align: center;
  }
}

@media (min-width: 991px) and (max-width: 1023px) {
  .wrap-content .content .splash1 h1 {
    font-size: 60px;
    line-height: 58px;
  }

  .wrap-content .content .splash1 h2 {
    font-size: 24px;
  }

  .wrap-content .content .splash1 h3 {
    font-size: 60px;
  }

  .splash1 .btn1.mt-5 {
    margin-top: 20px !important;
  }

  .splash1 img.mt-3 {
    margin-top: 15px !important;
  }

  .splash1 img.mb-3 {
    margin-bottom: 15px !important;
  }

  /*.spine1bg img{
width: 400px;
}*/
  .btn1 a {
    padding: 15px 30px;
    font-size: 20px;
  }

  .wrap-content .content .splash2 h3 {
    font-size: 50px;
    top: 60px;
  }

  /*.splash2 .spine1bg img{
width: 400px;
}*/
  .wrap-content .content .splash2 .btn1 {
    position: relative;
    bottom: 80px;
  }

  .mainpopup .modal-dialog {
    max-width: 800px;
  }

  .popuptncdetail .tncimg {
    display: none
  }

  .popuptncdetail .tncdetailbox {
    margin-left: 0px;
  }

  .heightfix {
    overflow-y: scroll;
    height: 350px;
    padding-right: 15px
  }

  .heightfix::-webkit-scrollbar {
    width: 11px;
    background: #ffffff;
    border-radius: 6px;
  }

  .heightfix {
    scrollbar-width: thin;
    scrollbar-color: #f2af00 #f2af00;
  }

  .heightfix ::-webkit-scrollbar-track {
    background: #f2af00;
  }

  .heightfix::-webkit-scrollbar-thumb {
    background-color: #f2af00;
    border-radius: 6px;
  }

  .thankyou span {
    font-size: 20px;
    line-height: 24px;
  }

  .wrap-content .content .thankyou h1 {
    font-size: 40px;
    line-height: 44px;
  }

  .thankyou p {
    font-size: 18px;
    color: #ffffff;
    line-height: 21px;
  }

  .thankyou ul li a {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 14px;
  }

  /*canvas {
  width: 280px;
  height: auto;
}*/
  .playbtn {
    bottom: 75px;
  }

  .gamepage .splash2 h3 {
    font-size: 45px;
    top: 65px;
  }

  .up-content h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0;
  }

  .up-content-left img {
    width: 200px
  }

  .up-content p {
    font-size: 20px;
    line-height: 25px;
  }

  .popup-content {
    margin-top: 30px;
  }

  .bottom-left {
    font-size: 18px;
    line-height: 24px;
  }

  .bottom-right .l-content {
    padding-right: 15px;
    font-size: 18px;
    line-height: 24px;
  }

  .up-content {
    padding: 0 35px;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .wrap-content .content .splash1 h1 {
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 20px
  }

  .wrap-content .content .splash1 h2 {
    font-size: 28px;
  }

  .wrap-content .content .splash1 h3 {
    font-size: 70px;
  }

  /*.splash1 .btn1.mt-5{
margin-top: 20px !important;
}
.splash1 img.mt-3{
margin-top: 15px !important;
}*/
  .splash1 img.mb-3 {
    margin-bottom: 15px !important;
  }

  /*.spine1bg img{
width: 450px;
}*/
  /*.btn1 a {
  padding: 15px 30px;
  font-size: 20px;
}*/
  .wrap-content .content .splash2 h3 {
    font-size: 70px;
  }

  .startpageimg {
    width: 800px;
  }

  /*.splash2 .spine1bg img{
width: 400px;
}*/
  .wrap-content .content .splash2 .btn1 {
    position: relative;
    bottom: 80px;
  }

  .mainpopup .modal-dialog {
    max-width: 800px;
  }

  .popuptncdetail .tncimg {
    display: none
  }

  .popuptncdetail .tncdetailbox {
    margin-left: 0px;
  }

  /*.heightfix {
  overflow-y: scroll;
  height: 350px
}*/
  /*.wrap-content .content {
  display: flex;
  align-items: center;
}*/
  /*.thankyou {
  overflow-y: scroll;
  height: 500px
}*/
  .thankyou span {
    font-size: 20px;
    line-height: 24px;
  }

  .wrap-content .content .thankyou h1 {
    font-size: 40px;
    line-height: 44px;
  }

  .thankyou p {
    font-size: 18px;
    color: #ffffff;
    line-height: 21px;
  }

  .thankyou ul li a {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 14px;
  }

  /*canvas {
  width: 400px;
  height: auto;
}*/
  .playbtn {
    bottom: 75px;
  }

  .gamepage .splash2 h3 {
    font-size: 45px;
    top: 120px;
  }

  .up-content h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0;
  }

  .up-content p {
    font-size: 20px;
    line-height: 25px;
  }

  .popup-content {
    margin-top: 30px;
  }

  .bottom-left {
    font-size: 18px;
    line-height: 24px;
  }

  .bottom-right .l-content {
    padding-right: 15px;
    font-size: 18px;
    line-height: 24px;
  }

  .up-content {
    padding: 0 35px;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
  }

  .formdetailbox .form-group select {
    width: 89%;
  }

  .popupformdetail .col-md-4 {
    display: none;
  }

  .popupformdetail .col-lg-7 {
    width: 100%
  }

  .thankyou {
    overflow-y: inherit;
    height: auto;
    padding-bottom: 50px;
  }

  .thankyoupageimg {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }

  canvas {
    width: 850px;
    height: 950px;
    left: 48%;
  }
}

@media (min-width: 1280px) and (max-width: 1365px) {
  .wrap-content .content .splash1 h1 {
    font-size: 100px;
    line-height: 91px;
    margin-bottom: 20px;
  }

  .wrap-content .content .splash1 h2 {
    font-size: 34px;
  }

  .wrap-content .content .splash1 h3 {
    font-size: 80px;
  }

  .startpageimg {
    width: 900px;
  }

  /*.splash1 .btn1.mt-5{
margin-top: 20px !important;
}
.splash1 img.mt-3{
margin-top: 15px !important;
}
.splash1 img.mb-3{
margin-bottom: 15px !important;
}*/
  /*.spine1bg img{
width: 450px;
}*/
  /*.btn1 a {
  padding: 15px 30px;
  font-size: 20px;
}
.wrap-content .content .splash2 h3 {
  font-size: 50px;
  top: 60px;
}*/
  /*.splash2 .spine1bg img{
width: 400px;
}
*/
  .wrap-content .content .splash2 .btn1 {
    position: relative;
    bottom: 80px;
  }

  .mainpopup .modal-dialog {
    max-width: 1000px;
  }

  .popuptncdetail .tncimg {
    display: none
  }

  .popuptncdetail .tncdetailbox {
    margin-left: 0px;
  }

  /*.heightfix {
  overflow-y: scroll;
  height: 350px
}*/
  /*.thankyou span {
  font-size: 20px;
  line-height: 24px;
}
.wrap-content .content .thankyou h1 {
  font-size: 40px;
  line-height: 44px;
}
.thankyou p {
  font-size: 18px;
  color: #ffffff;
  line-height: 21px;
}
.thankyou ul li a {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  font-size: 14px;
}*/
  /*canvas {
  width: 350px;
  height: auto;
}*/
  .popupformdetail .p-0 {
    padding: 0 15px !important
  }

  .popupformdetail .formdetailbox h2 {
    margin-bottom: 9px;
  }

  .formdetailbox .form-group {
    background: #ffffff;
    padding: 5px 10px;
    margin-bottom: 9px;
  }

  .formdetailbox .mt-5 {
    margin-top: 2rem !important;
  }

  .playbtn {
    bottom: 75px;
  }

  .gamepage .splash2 h3 {
    font-size: 45px;
    top: 65px;
  }

  .up-content h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0;
  }

  .up-content-left img {
    width: 200px
  }

  .up-content p {
    font-size: 20px;
    line-height: 25px;
  }

  .popup-content {
    margin-top: 30px;
  }

  .bottom-left {
    font-size: 18px;
    line-height: 24px;
  }

  .bottom-right .l-content {
    padding-right: 15px;
    font-size: 18px;
    line-height: 24px;
  }

  .up-content {
    padding: 0 35px;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
  }

  .thankyou {
    overflow-y: inherit;
    height: auto;
    padding-bottom: 20px;
  }

  .thankyoupageimg {
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }

  canvas {
    width: 850px;
    height: auto;
  }

  .homepage .col-xl-6 {
    width: 100%
  }
}

@media (min-width: 1366px) and (max-width: 1534px) {
  header.header {
    padding: 1rem 3rem;
  }

  .wrap-content .content .splash1 h1 {
    font-size: 75px;
    line-height: 70px;
  }

  .wrap-content .content .splash1 h2 {
    font-size: 28px;
  }

  .wrap-content .content .splash1 h3 {
    font-size: 75px;
  }

  .splash1 .btn1.mt-5 {
    margin-top: 20px !important;
  }

  .wrap-content .content .splash2 h3 {
    font-size: 50px;
    top: 60px;
  }

  /*.splash2 .spine1bg img{
width: 400px;
}*/
  .wrap-content .content .splash2 .btn1 {
    position: relative;
    bottom: 80px;
  }

  .popuptncdetail .tncimg {
    width: calc(100% - 760px);
    position: absolute;
    left: 10px;
  }

  .popuptncdetail .tncdetailbox {
    margin-left: 450px;
    display: inline-block;
  }

  .heightfix {
    overflow-y: scroll;
    height: 400px
  }

  .thankyou span {
    font-size: 20px;
    line-height: 24px;
  }

  .wrap-content .content .thankyou h1 {
    font-size: 40px;
    line-height: 44px;
  }

  .thankyou p {
    font-size: 18px;
    color: #ffffff;
    line-height: 21px;
  }

  .thankyou ul li a {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 14px;
  }

  /*canvas {
  width: 400px;
  height: auto
}*/
  .playbtn {
    bottom: 75px;
  }

  .gamepage .splash2 h3 {
    font-size: 45px;
    top: 75px;
  }

  .up-content h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0;
  }

  .up-content p {
    font-size: 20px;
    line-height: 25px;
  }

  .popup-content {
    margin-top: 30px;
  }

  .bottom-left {
    font-size: 18px;
    line-height: 24px;
  }

  .bottom-right .l-content {
    padding-right: 15px;
    font-size: 18px;
    line-height: 24px;
  }

  .up-content {
    padding: 0 35px;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
  }

  .thankyou {
    overflow-y: scroll;
    height: 340px;
    padding-bottom: 70px;
  }

  .thankyoupageimg {
    width: 80%
  }

  canvas {
    width: 400px;
    height: auto;
  }
}

@media (min-width: 1535px) and (max-width: 1600px) {
  .wrap-content .content .splash1 h1 {
    font-size: 75px;
    line-height: 70px;
  }

  .wrap-content .content .splash1 h2 {
    font-size: 28px;
  }

  .wrap-content .content .splash1 h3 {
    font-size: 75px;
  }

  .splash1 .btn1.mt-5 {
    margin-top: 20px !important;
  }

  .wrap-content .content .splash2 h3 {
    font-size: 65px;
    top: 40px;
  }

  /*.splash2 .spine1bg img{
width: 500px;
}*/
  .wrap-content .content .splash2 .btn1 {
    position: relative;
    bottom: 80px;
  }

  .popuptncdetail .tncimg {
    width: calc(100% - 710px);
    position: absolute;
    left: 10px;
  }

  .popuptncdetail .tncdetailbox {
    margin-left: 500px;
  }

  .tncdetailbox .btn1.mt-4 {
    margin-top: 20px !important;
  }

  .tncdetailbox .btn1 a {
    background: #f2af00;
    color: #000000;
    border-radius: 5px;
    padding: 11px 25px;
    text-decoration: none;
    font-family: "Roboto-Bold";
    font-size: 16px;
    text-transform: uppercase;
    transition: all 1s;
    cursor: pointer;
  }

  .popuptncdetail ul li {
    font-size: 11px;
    font-family: "Roboto-Light";
  }

  .tncdetailbox .mt-3 {
    margin-top: 5px !important;
  }

  .popuptncdetail {
    padding: 30px;
  }

  .popuptncdetail .form-check label {
    font-size: 12px;
  }

  .thankyou span {
    font-size: 20px;
    line-height: 24px;
  }

  .wrap-content .content .thankyou h1 {
    font-size: 40px;
    line-height: 44px;
  }

  .thankyou p {
    font-size: 18px;
    color: #ffffff;
    line-height: 21px;
  }

  .thankyou ul li a {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 14px;
  }

  /*canvas {
  width: 400px;
  height: auto;
}*/
}

@media (min-width: 2400px) and (max-width: 3000px) {
  .homepage .wrap-content .content {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  /*.splash2 h3 {
  top:550px !important;
}*/
}

@media (min-width: 320px) and (max-width: 766px) {
  .wrap-content .content .splash1 h1 {
    font-size: 26px;
    line-height: 30px;
  }

  .thankyou span {
    font-size: 18px;
    line-height: 22px;
  }

  .thankyou p {
    font-size: 15px;
    color: #ffffff;
    line-height: 19px;
  }

  .thankyou ul li a {
    height: 30px;
    line-height: 30px;
    background: #2975bb;
    padding: 0 6px;
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
  }

  .thankyou .mb-3 {
    margin-bottom: 5px !important
  }

  .wrap-content .content .splash1 h2 {
    font-family: "Roboto-Light";
    font-size: 19px;
  }

  .wrap-content .content .splash1 h3 {
    font-size: 40px;
    padding-top: 0;
    margin-bottom: 0;
  }

  .btn1 a {
    padding: 7px 20px;
    font-size: 17px;
  }

  .wrap-content .content .splash2 h3 {
    font-size: 50px;
    top: 10px;
  }

  .wrap-content .content .splash2 .btn1 {
    position: relative;
    bottom: 20px;
  }

  /*.spine1bg img {
  width:100%;
}*/
  /*.splash2 .spine1bg img {
  width: 100%!important;
}*/
  .mainpopup .modal-dialog {
    max-width: 100%;
  }

  .popuptncdetail .tncimg {
    display: none;
  }

  .popuptncdetail .tncdetailbox {
    margin-left: 0px;
  }

  .popupformdetail .col-md-4 {
    display: none;
  }

  .popupformdetail .col-md-8 {
    width: 100%;
  }

  .popupformdetail .formdetailbox h2 {
    font-size: 26px;
    font-family: "Roboto-Bold";
    color: #ffffff;
    margin-bottom: 10px;
  }

  .popupformdetail .formdetailbox {
    padding: 30px 30px 20px 30px;
  }

  .formdetailbox .form-group {
    background: #ffffff;
    padding: 8px 10px;
    margin-bottom: 13px;
  }

  .formdetailbox .btn1.mt-5 {
    margin-top: 15px !important;
  }

  /*canvas {
  width: 400px;
  height:auto;
}*/
  .wrap-content .content .splash1.thankyou {
    text-align: center;
    padding: 0 25px;
  }

  .thankyou {
    overflow: hidden;
    height: auto;
  }

  .up-content {
    display: inline-block;
  }

  .up-content-left {
    margin-bottom: 15px;
  }

  .up-content-right {
    border-left: none;
    padding-left: 0px;
    margin-left: 0px;
  }

  .up-content h2 {
    font-family: "Roboto-Black";
    font-size: 43px;
    color: #f2af00;
    text-transform: uppercase;
    text-shadow: 2px 0 #00447c, -2px 0 #00447c, 0 2px #00447c, 0 -2px #00447c, 2px 2px #00447c, -2px -2px #00447c, 2px -2px #00447c, -2px 2px #00447c;
    margin-bottom: 10px;
    line-height: 40px;
  }

  .up-content p {
    font-size: 18px;
    color: #ffffff;
    line-height: 22px;
  }

  #ProDesc {
    margin-bottom: 15px;
  }

  .bottom-left {
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
  }

  .bottom-right .l-content {
    padding-right: 15px;
    font-size: 18px;
    line-height: 22px;
  }

  .up-content {
    padding: 0 15px;
    padding-bottom: 10px;
  }

  article.content .spine1bg {
    text-align: center;
  }

  /*.thankyou{
overflow-y:scroll;
height: 300px;
padding-bottom: 50px 
}*/
  .formdetailbox .form-group select {
    width: 80%;
  }

  .mainpopup .modal-dialog .modal-header .btn-close {
    right: 7px;
    top: 6px;
  }

  .wrap-content .content {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .thankyoumain .spine1bg {
    display: none
  }

  .thankyoupageimg {
    display: none;
  }

  html,
  body {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    font-family: "Roboto-Regular";
  }

  .header {
    position: relative;
    background: var(--theme-bg-blue);
  }

  .wrap-content {
    background: url(../images/mainbg.jpg) repeat;
  }

  .wrap-content .content {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    padding: 50px 0;
  }

  .footer {
    position: relative;
  }

  .splash2 h3 {
    top: 10px !important;
  }
}

@media (min-width: 320px) and (max-width: 420px) {

  /*canvas {
  width: 310px;
  height:auto;
}*/
  .splash2 h3 {
    font-size: 50px !important;
  }
}

@media screen and (orientation:landscape) and (min-device-width: 319px) and (max-device-width: 990px) {
  #warning-message {
    display: block;
  }

  .wraper {
    display: block;
  }
}

@media screen and (orientation:portrait) and (min-device-width: 319px) and (max-device-width: 990) {
  #warning-message {
    display: none;
  }
}

.smalldesktop {
  display: inline-block;
}

.bigdesktop {
  display: none
}

@media only screen and (min-width: 1921px) and (max-device-width: 3840px) and (orientation: portrait) {
  .smalldesktop {
    display: none;
  }

  .bigdesktop {
    display: inline-block;
  }

  .wrap-content .content .splash2 h3 {
    font-size: 135px;
    margin-bottom: 60px;
  }

  .homepage {
    position: fixed;
    width: 100%;
  }

  .wrap-content .content .splash2 .btn1 {
    bottom: -4rem;
  }

  .content .btn1 a {
    font-size: 45px;
    line-height: 52px;
    padding: 30px 50px;
  }

  .header {
    padding: 10rem 10rem 0;
    /*
    top: 50px;
    scale: 2.5;
    */
  }

  .footer {
    bottom: 30px;
    scale: 2.5;
  }

  /*
  header img {
    width: 300px;
    padding-top: 12px;
  }
*/
  header img {
    height: 100px;
  }
  img.logo_nvidia {
    height: 70px;
}
img.logo_ms {
    height: 85px;
}

  .mainpopup .modal-dialog {
    scale: 1.5;
  }

  .homepage .col-xl-6 {
    width: 100%
  }

  .wrap-content .content .splash1 {
    margin-bottom: 4rem
  }

  .wrap-content .content .splash1 h1 {
    font-size: 125px;
    line-height: 130px;
    /* color: #ffffff;*/
  }

  .wrap-content .content .splash1 h2 {
    font-size: 60px;
  }

  .wrap-content .content .splash1 h3 {
    font-family: "Roboto-Black";
    font-size: 110px;
  }

  canvas {
    width: 1500px
  }

  .modal {
    overflow-y: hidden;
  }

  .thankyou {
    overflow-y: inherit;
    height: auto;
    padding-right: 0px;
  }

  .thankyou p {
    font-size: 28px;
    color: #ffffff;
    line-height: 34px;
  }

  .textred {
    color: #ff0000;
  }
}

@media (min-width: 1921px) and (max-width: 3840px) {
  .wrap-content .content {
    left: 0;
    right: 0;
  }
}