/* landing */.landing.bt

.landing-bt{
  font-family: "Roboto", "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
}

.landing-bt input:-webkit-autofill,
.landing-bt input:-webkit-autofill:hover, 
.landing-bt input:-webkit-autofill:focus, 
.landing-bt input:-webkit-autofill:active  {
  transition: background-color 5000s;
  -webkit-text-fill-color: #495057 !important;
}

.landing-bt {
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
  background-color: #031b32;
  font-size: 16px;
  font-weight: 400;
}

.landing-bt .top-wrapper{
  position: absolute;
  width: 100%;
  z-index: 100;
  transition: all 0.3s ease-in-out;
}

.landing-bt .top {
  padding: 30px 0px;
  width: 85%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.landing-bt .top .login-wrapper{
  padding: 10px;
  height: 60px;
  border-radius: 5px;
  display: none;
}
.landing-bt .top .input-group-text{
  background-color: #fff;
  border: none;
}

.landing-bt .top .form-control{
  border: none;
  padding-left: 0;
}
.landing-bt .top .form-control:focus{
  border: none;
  outline: none;
  box-shadow: none;
}
.landing-bt .top .login-field{
  max-width: 200px;
}

.landing-bt .top .input-group-text{
  font-size: 0.8rem;
  color: #8397ab;
}

.landing-bt .top .input-group > .form-control:not(:last-child), 
.landing-bt .input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.landing-bt .top.fixed-top {
  position: fixed;
}

.landing-bt .logo {
  float: left;
  min-width: 150px;
  position: relative;
  max-height: 80px;
}

.landing-bt .logo img {
  width: 100%;
  max-width: 80px;
  transition: all 0.3s ease-in-out;
}

.landing-bt .login-btn {
  border-radius: 30px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  background: linear-gradient(90deg, #FBDE00 0%, #FFF5A8 100%);
  box-shadow: 0 -2px 2px 0 rgba(255, 252, 232, 0.40), 0 2px 4px 0 #142E62;
  padding: 7px 1rem;
  width: 80%;
  border: none;
  position: relative;
  font-weight: bold;
  -webkit-appearance: none;
  color: #000;
  text-shadow: 0 1px 1px #FFF;
  -webkit-text-stroke-width: 0.3px;
  -webkit-text-stroke-color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.landing-bt .join-btn {
  border-radius: 30px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  background: linear-gradient(90deg, #FBDE00 0%, #FFF5A8 100%);
  box-shadow: 0 -2px 2px 0 rgba(255, 252, 232, 0.40), 0 2px 4px 0 #142E62;
  padding: 7px 1rem;
  border: none;
  position: relative;
  -webkit-appearance: none;
  color: #000;
  text-shadow: 0 1px 1px #FFF;
  -webkit-text-stroke-width: 0.3px;
  -webkit-text-stroke-color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.landing-bt .login-btn:hover,
.landing-bt .join-btn:hover {
  background-position: 0;
}

.landing-bt .mobile-login{
  position: relative;
  z-index: 100;
  width: 80%;
  margin: 0 auto 30px auto;
  max-width: 360px;
}

.landing-bt .mobile-login .input-group-text{
  background-color: #fff;
  border: none;
  font-size: 0.8rem;
  color: #8397ab;
  width: 35px;
  height: 100%;
}

.landing-bt .mobile-login .form-control{
  border: none;
  padding-left: 0;
}
.landing-bt .mobile-login .form-control:focus{
  border: none;
  outline: none;
  box-shadow: none;
}
.landing-bt .mobile-login .login-field:first-child{
  border-bottom: 1px #ccc solid;
}

.landing-bt .mobile-login .login-field:nth-child(2) .input-group .form-control{
  border-radius: 0;
  border-bottom-right-radius:10px;
}

.landing-bt .mobile-login .login-field:nth-child(2) .input-group .input-group-text{
  border-radius: 0;
  border-bottom-left-radius: 10px;
}

.landing-bt .mobile-login .login-field:first-child .input-group .form-control{
  border-radius: 0;
  border-top-right-radius:10px;
}

.landing-bt .mobile-login .login-field:first-child .input-group .input-group-text{
  border-radius: 0;
  border-top-left-radius: 10px;
}
.landing-bt .btn-wrapper{
  display: flex;
  align-items: stretch;
  gap: 10px;
  margin-top: 10px;
}

.landing-bt .mobile-login .login-btn{
  border:none;
  border-radius: 10px;
  flex: 1;
  width: 100%;
  max-width: 100%;
}

.landing-bt .mobile-login .btn-select{
  border-radius: 10px;
  background: linear-gradient(180deg, #859AD6 0%, #E1EAF6 100%);
  box-shadow: 0 2px 2px 0 #142E62, 0 -2px 3px 0 #D8E0F6;
  padding: 5px 25px 5px 5px;
  box-sizing: border-box;
  color: #fff;
  position: relative;
  font-size: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.landing-bt .mobile-login .btn-select li{
  display: flex;
  align-items: center;
  text-align: center;
}
.landing-bt .mobile-login .btn-select img{
  width: 30px;
}

.landing-bt .mobile-login .btn-select:after{
  font-family: 'Font Awesome 6 Free';
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  content: "\f0d7";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.landing-bt .mobile-login .lang-dropdown-wrap{
  bottom:40px;
  transform: none;
  left:0;
  top:initial;
  /* height: 300px; */
  overflow-y: scroll;
}

.landing-bt .mobile-login .invalid-feedback{
  font-size: 10px;
  margin-top: -2px;
  color: #ffffff;
  background-color: #b10600;
  padding: 0px 10px;
  text-align: center;
  position: relative;
  z-index: 100;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.landing-bt .mobile-login .login-btn:hover{
  border: none;
}

.landing-bt .slider-wrap {
  position: relative;
}

.landing-bt .bg-landing {
  margin: 0 auto;
  background-image: url(https://res.myw0011001.com/mobile/landing/slider_euro21_bg.jpg);
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.landing-bt .fadeInSlider {
  animation: fadeInSlider 1s alternate forwards;
  -webkit-animation: fadeInSlider 1s alternate forwards;
}

@keyframes fadeInSlider {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInSlider {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.landing-bt .carousel-inner {
  z-index: 10;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0px 30px;
}

.landing-bt .carousel-item {
  text-align: center;
  padding-bottom: 100px;
  padding-top: 50px;
}

.landing-bt .carousel-item.sport {
}

.landing-bt .carousel-item .banner-text {
  color: #fff;
  display: block;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 82%;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.9);
  padding: 0px;
}

.landing-bt .carousel-item .banner-text h1 {
  font-size: 1.1em;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}

.landing-bt .carousel-item .banner-text p {
  display: none;
}

.landing-bt .carousel-item .banner-image {
  color: #fff;
  display: block;
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.landing-bt .carousel-item .banner-image .animate-image {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
}

.landing-bt .carousel-item.active .banner-image .animate-image {
  animation: slideUp 1s alternate forwards;
}

.landing-bt .carousel-control-prev,
.landing-bt .carousel-control-next {
  z-index: 10;
}

@keyframes slideUp {
  0% {
    top: 50px;
    opacity: 0;
  }

  100% {
    top: 0px;
    opacity: 1;
  }
}

.landing-bt #main-carousel .carousel-inner .carousel-item:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 400px;
}

.landing-bt #main-carousel .carousel-indicators {
  top: 700px;
  bottom: initial;
  display: none;
}

.landing-bt #main-carousel .carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.landing-bt .lobby-wrap {
  width: 100%;
  margin: 0 auto;
  min-height: 500px;
  position: relative;
  top: -250px;
  margin-bottom: -250px;
}

.landing-bt .lobby-wrap:before {
  background-image: url(../../img2/landing2/bt/line1.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  width: 100%;
  height: 150px;
  position: absolute;
  top: -140px;
  content: "";
}

.landing-bt .inner-wrap {
  background-color: #212143;
  background-image: url(../../img2/landing2/bt/lobby_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  text-align: center;
  color: #fff;
}

.landing-bt .lobbyinner {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  padding-top: 250px;
  padding-bottom: 50px;
}

.landing-bt .lobbyinner .lobby-item {
  background-color: transparent;
  width: 100%;
  height: 200px;
  perspective: 1000px;
  margin: 15px auto;
}

.landing-bt .lobbyinner .lobby-item .card-flip {
  position: relative;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.45);
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.4s;
  transform-style: preserve-3d;
  border: none;
  border-radius: 10px;
}

.landing-bt .lobbyinner .lobby-item .front,
.landing-bt .lobbyinner .lobby-item .back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  overflow: hidden;
  border-radius: 8px;
}

.landing-bt .lobbyinner .lobby-item .front {
  background-color: rgba(15, 79, 140, 1);
}

.landing-bt .lobbyinner .lobby-item .front .image-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 8px;
}

.landing-bt .lobbyinner .lobby-item .front .image-wrap img {
  width: 100%;
}

.landing-bt .lobbyinner .lobby-item .front .info {
  position: absolute;
  width: 110%;
  left: -5%;
  right: -5%;
  bottom: 0px;
  padding: 10px;
  color: #fff;
  text-align: center;
  background-color: #8cccf0;
}

.landing-bt .lobbyinner .lobby-item .front .info h1 {
  color: #ffffff;
  font-weight: bold;
  font-size: 1em;
  margin: 0px;
  text-shadow: 1px 1px 1px #000;
  font-family: "Oswald", sans-serif;
}

.landing-bt .lobbyinner .lobby-item .back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  background: #f0f3f5;
  color: #000;
  padding: 5px;
  display: none;
}

.landing-bt .lobbyinner .lobby-item .back h3 {
  font-size: 1em;
  color: #212142;
  font-weight: 700;
  margin: 5px auto;
  font-family: "Oswald", sans-serif;
}

.landing-bt .lobbyinner .lobby-item .back p {
  font-size: 0.7em;
  box-sizing: border-box;
}

.landing-bt .lobbyinner .lobby-item .back .card-footer {
  position: absolute;
  bottom: 0px;
  padding: 0px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.landing-bt .lobbyinner .lobby-item .back .btn {
  background-color: #8cccf0;
  color: #fff;
  padding: 7px 15px;
  border: none;
  border-radius: 5px;
  margin: 10px;
  font-weight: 700;
  position: relative;
  font-size: 0.8em;
}

.landing-bt .lobbyinner .lobby-item .back .btn:hover {
  opacity: 0.8;
}

.landing-bt .join-us {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0px 15px;
  padding-bottom: 120px;
}
.landing-bt .join-us h1 {
  font-size: 1.2em;
}
.landing-bt .join-us p {
  font-size: 0.85em;
}
.landing-bt .feature-wrap {
  background-color: #313750;
  position: relative;
  padding: 0px 0px 0px 0px;
  display: none;
}

.landing-bt .feature-wrap:before {
  display: block;
  content: "";
  background-image:  url(../../img2/landing2/bt/line2.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  position: absolute;
  width: 120%;
  height: 150px;
  top: -140px;
}

.landing-bt .feature-wrap:after {
  display: block;
  content: "";
  background-image:  url(../../img2/landing2/bt/line2.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  position: absolute;
  width: 120%;
  height: 150px;
  bottom: -140px;
  z-index: 1;
  transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
}

.landing-bt .video-wrap {
  text-align: center;
}

.landing-bt .video-wrap iframe {
  width: 320px;
  height: 170px;
  margin: 0 auto;
}

.landing-bt .featureinner {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}

.landing-bt .feature-item {
  margin: 30px 0px;
}

.landing-bt .feature-item .icon {
  width: 60px;
  display: inline-block;
  vertical-align: middle;
}

.landing-bt .feature-item .icon img {
  width: 90%;
}

.landing-bt .feature-item .feature-content {
  width: calc(100% - 70px);
  padding-left: 15px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
}

.landing-bt .feature-item .feature-content h1 {
  font-size: 0.9em;
  margin: 0;
  color: #fff;
}

.landing-bt .feature-item .feature-content p {
  font-size: 0.7em;
  margin: 0;
  line-height: normal;
  color: #ffffff;
}

.landing-bt .footer {
  text-align: center;
  padding: 15px;
  font-size: 0.8rem;
  color: #fff;
  position: relative;
  background-color: #3f476c;
}

.landing-bt .footer .license,
.landing-bt .footer .tnc {
  display: none;
  text-align: center;
  max-width: 1280px;
  margin: 15px auto;
}

.landing-bt .footer .tnc {
  padding: 20px 18px;
  border-top: 1px rgba(0, 0, 0, 0.2) solid;
}

.landing-bt .license .image-wrap {
  display: inline-block;
  width: 100px;
  box-sizing: border-box;
  padding: 5px;
  border: 1px rgba(0, 0, 0, 0.2) solid;
  margin: 5px;
}

.landing-bt .license .image-wrap img {
  width: 80%;
}

.landing-bt .license .image-wrap .col-2 {
  padding: 0px;
}

.landing-bt .footer .tnc .icon {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-bottom: 10px;
}

.landing-bt .footer .tnc .icon img {
  width: 100%;
  max-width: 50px;
}

.landing-bt .footer .tnc .tnc-content {
  width: 100%;
  display: inline-block;
  text-align: left;
  vertical-align: top;
}

.landing-bt .footer .tnc .tnc-content h4 {
  font-size: 1.2em;
  color: #ff583e;
}

.landing-bt .deco1 {
  position: absolute;
  width: 200px;
  top: -80px;
  right: 0;
  display: none;
}

.landing-bt .deco2 {
  position: absolute;
  width: 420px;
  bottom: -150px;
  left:0;
  z-index: 10;
  display: none;
}

.landing-bt .deco1 img,
.landing-bt .deco2 img {
  width: 100%;
}

.landing-bt .desktop {
  display: none;
}

.landing-bt .mobile {
  display: block;
}

/*image dropdown*/
.landing-bt .login-modal {
  font-size: 16px;
}

.landing-bt .login-modal.modal.fade .modal-dialog {
  top: 50%;
  transform: translateY(-60%);
  -webkit-transform: translateY(-60%);
}

.landing-bt .login-modal .modal-content {
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
}

.landing-bt .login-modal .banner {
  width: 100%;
  height: auto;
  background-color: #ffcd00;
  border-radius: 0.3rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  position: relative;
}

.landing-bt .login-modal .banner .text {
  text-align: center;
  padding: 10px;
}

.landing-bt .login-modal .banner .text h1 {
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-family: "Oswald", sans-serif;
}

.landing-bt .login-modal .banner .text p {
  display: none;
}

.landing-bt #login-modal.login-modal .modal-body {
  width: 100%;
  box-sizing: border-box;
  padding: 30px 20px;
  background-color: #fff;
}

.landing-bt .login-modal .modal-body .form-group {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}


.landing-bt .login-modal .modal-body .login-field {
  margin-bottom: 15px;
}

.landing-bt .login-modal .modal-body .login-field label {
  display: none;
}

.landing-bt .login-modal .modal-body .login-field input {
  font-size: 16px;
}

.landing-bt .login-modal .modal-body .login-field .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.landing-bt .login-modal .modal-body .login-btn {
  background-color: #102d71;
  font-size: 16px;
  padding: 7px 30px;
  color: #fff;
  border: 2px #102d71 solid;
  background-image: linear-gradient(45deg, #093968 50%, transparent 50%);
  background-position: 100%;
  background-size: 400%;
  transition: background 300ms ease-in-out;
  float: none;
  width: 100%;
}

.landing-bt .login-modal .modal-body .login-btn:hover {
  border: 2px #0f4f8c solid;
  background-position: 0;
}

.landing-bt .langpicker {
  display: none;
}

.landing-bt #lang-dropdown-list,
.landing-bt #lang-dropdown-list-mobile {
  padding-left: 0px;
  margin-bottom: 0px;
}

.landing-bt #lang-dropdown-list img,
.landing-bt #lang-dropdown-list-mobile img,
.landing-bt .btn-select img {
  width: 26px;
  padding: 5px 0;
}

.landing-bt .btn-select img {
  width: 32px;
}

.landing-bt #lang-dropdown-list li,
.landing-bt #lang-dropdown-list-mobile li{
  list-style: none;
}

.landing-bt #lang-dropdown-list li span,
.landing-bt #lang-dropdown-list-mobile li span,
.landing-bt .btn-select li span {
  margin-left: 10px;
  font-size: 13px;
  color: #fff;
}

.landing-bt .btn-select li span{
  display: none;
}

/* item list */

.landing-bt .lang-dropdown-wrap {
  display: none;
  width: 165px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 5px 10px;
  border-radius: 0.25rem;
  background-color: #212143;
  position: absolute;
  top: 50px;
  right:-10px;
  box-sizing: border-box;
  z-index: 10;
}

.landing-bt .open {
  display: show !important;
}

.landing-bt .btn-select {
  border-radius: 100px;
  background: linear-gradient(180deg, #859AD6 0%, #E1EAF6 100%);
  box-shadow: 0 2px 2px 0 #142E62, 0 -2px 3px 0 #D8E0F6;
  padding: 5px 25px 5px 5px;
  box-sizing: border-box;
  color: #fff;
  position: relative;
  font-size: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.landing-bt .btn-select:after {
    font-family: 'Font Awesome 6 Free';
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    content: "\f0d7";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
.landing-bt .lang-select {
  width: 100%;
  position: relative;
  height: 40px;
}

.landing-bt .btn-select li {
  list-style: none;
  float: left;
  padding-bottom: 0px;
  font-size: 16px;
}

.landing-bt .switch-desktop {
  display: flex;
  justify-content: center;
  border-radius: 10px;
  border: 1px rgba(255, 255, 255, 0.5) solid;
  max-width: 250px;
  margin: 15px auto 20px auto;
  padding: 10px 15px;
  height: 50px;
}

.landing-bt .switch-desktop .desktop-icon {
  max-width: 30px;
}

.landing-bt .switch-desktop button {
  border: none;
  background: none;
  color: #fff;
}

.landing-bt .video-modal iframe {
  width: 320px;
  height: 170px;
  border-radius: 5px;
}

.landing-bt .video-modal .modal-dialog {
  top: 50%;
  transform: translateY(-50%) !important;
  max-width: 320px;
  margin: 0 auto;
}

.landing-bt .video-modal .modal-content {
  background-color: transparent;
}

.landing-bt .tutorial {
  position: fixed;
  z-index: 101;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  transition: bottom 0.3s;
  line-height: normal;
  max-width: 600px;
}

.landing-bt .tutorial a{
  display: block;
}

.landing-bt .tutorial .android{
  width: 100%;
  background-color: #fff;
  padding: 10px;
  font-size: 0.9rem;;
  color: #000;
  position: relative;
}

.landing-bt .tutorial .ios{
  width:calc( 100% - 20px );
  background-color: #fff;
  padding: 10px;
  font-size: 0.9rem;;
  color: #000;
  margin: 0 auto 15px;
  border-radius: 3px;
  position: relative;
}

.landing-bt .tutorial .ios:after{
  content:'';
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 10px solid#fff;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

.landing-bt .tutorial .icon{
  width: 40px;
  display: block;
  margin-right: 10px;
}

.landing-bt .tutorial .remove{
  margin-right: 10px;
  font-size: 1rem;
}

.landing-bt .tutorial .link-wrapper,
.landing-bt .android-homescreen-modal .link-wrapper{
  color: #0e7de6;
  font-size: 0.9rem;
  margin-top: 5px;
}

.landing-bt .tutorial .link-wrapper{
  margin-top: -10px;
}

.landing-bt .android-homescreen-modal .icon{
  width: 40px;
  margin-right: 10px;
}

.landing-bt .android-homescreen-modal .title{
  font-size: 1.1rem;
  line-height: normal;
  color:#000;
}

.landing-bt .android-homescreen-modal .small-text{
  font-size: 0.9rem;
  line-height: normal;
  color:rgb(80, 80, 80);
}

.landing-bt .ios-homescreen-modal .modal-content{
  background-color: transparent;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  width: auto;
}

.landing-bt .ios-homescreen-modal .modal-dialog{
  height: 100%;
  position: fixed;
  width: 100%;
  max-width: initial;
}

.landing-bt .ios-homescreen-modal{
  background-color: rgba(0, 0, 0, 0.8);
}

.landing-bt .ios-homescreen-modal .video{
  width: auto;
  height:90vh;
  max-height: 500px;
  margin: 0 auto;
  border: none;
  background-color: transparent;
  padding: 0;
}

.landing-bt .ios-homescreen-modal .close{
  position: fixed;
  top:10px;
  right:10px;
  color: #fff;
  z-index: 100;
}

.landing-bt .border-glow{
  border-radius: 10px;
  background: linear-gradient(45deg, #00376F, #00DCFF, #00376F, #00DCFF, #00376F, #00DCFF, #00376F, #00DCFF, #00376F);
  background-size: 400%;
  padding: 1px;
  animation: glower 20s linear infinite;
}

@keyframes glower {
  0% {
    background-position: 0 0;
  }
  
  50% {
    background-position: 400% 0;
  }
  
  100% {
    background-position: 0 0;
  }
}

@media (min-width: 375px) {
  .landing-bt .logo img {
    max-width: 150px;
  }

  .landing-bt .carousel-item .banner-text {
    top: 85%;
  }

  .landing-bt .lobbyinner {
    max-width: 100%;
  }

  .landing-bt .lobbyinner .lobby-item {
    height: 250px;
  }

  .landing-bt .lobbyinner {
    max-width: 1000px;
  }

  .landing-bt .countdownHolder{
    font-size: 25px;
  }
  
  .landing-bt .position{
    height: 32px;
    width: 15px;
  }
  .landing-bt .countDiv{
    width:20px;
    height:32px;
  }

  .landing-bt .countdown-info .text{
    width: 30px;
  }
  
  .landing-bt .countdown-info .space{
    width: 20px;
  }

  .landing-bt .euro-note .title{
    font-size: 18px;
  }
}

@media (min-width: 576px) {
  .landing-bt {
    font-size: 18px;
  }

  .landing-bt .carousel-item .banner-image {
    max-width: 450px;
  }

  .landing-bt .carousel-item .banner-text h1 {
    font-size: 1.3em;
  }

  .landing-bt .lobbyinner {
    max-width: 500px;
  }
}

@media (min-width: 768px) {

  .landing-bt .desktop {
    display: block;
  }

  .landing-bt .mobile {
    display: none;
  } 

  .landing-bt {
    font-size: 20px;
  }

  .landing-bt .logo img {
    /* max-width: 180px; */
    max-width: 150px
  }

  .landing-bt .carousel-inner {
    width: 100%;
    height: 750px;
  }

  .landing-bt .carousel-item .banner-text {
    padding: 0px 30px;
  }

  .landing-bt .carousel-item .banner-text h1 {
    font-size: 1.4em;
  }

  .landing-bt .carousel-item .banner-text p {
    display: block;
  }

  .landing-bt .carousel-item .banner-image {
    max-width: 550px;
  }

  .landing-bt .lobby-wrap {
    top: -300px;
    margin-bottom: -300px;
  }

  .landing-bt .lobbyinner {
    max-width: 700px;
    padding-top: 300px;
  }

  .landing-bt .lobbyinner .lobby-item {
    height: 300px;
  }

  .landing-bt .lobbyinner .lobby-item.sport {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -webkit-font-smoothing: subpixel-antialiased;
  }

  .landing-bt .join-us {
    padding-bottom: 120px;
  }

  .landing-bt .join-btn {
    font-size: 0.7em;
    padding: 15px 30px;
  }

  .landing-bt .video-wrap {
    margin-bottom: 50px;
  }
  .landing-bt .video-wrap iframe {
    width: 650px;
    height: 350px;
  }

  .landing-bt .login-modal .modal-content {
    flex-direction: row;
    -ms-flex-direction: row;
  }
  .landing-bt .login-modal .banner {
    width: 35%;
    border-radius: 0.3rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .landing-bt .login-modal .banner .text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: right;
    padding: 20px;
  }

  .landing-bt .login-modal .banner .text h1 {
    font-size: 1.5em;
  }

  .landing-bt .login-modal .banner .text p {
    display: block;
  }

  .landing-bt #login-modal.login-modal .modal-body {
    width: 65%;
    padding: 60px 20px;
  }
  .landing-bt .login-modal .modal-body .login-field label {
    display: block;
  }
  .landing-bt .login-modal .modal-body .login-btn {
    width: auto;
  }

  .landing-bt .video-modal iframe {
    width: 650px;
    height: 350px;
  }

  .landing-bt .video-modal .modal-dialog {
    max-width: 650px;
  }

  .landing-bt .footer {
    background-color: rgb(3 27 49);
  }
  .landing-bt .switch-desktop {
    display: block;
  }

  /*cny*/
  .landing-bt .effect-rain1{
    width:40px;
    height:40px;
  }
  
  .landing-bt .effect-rain2{
    width:20px;
    height:20px;
  }

  .landing-bt .top{
    width: 90%;
  }

  .landing-bt .top-wrapper.small-top{
    background-color:#212143;
    position: fixed;
  }
  
  .landing-bt .top-wrapper.small-top .login-wrapper{
    background-color:transparent;
  }
  
  .landing-bt .top-wrapper.small-top .top{
    padding: 5px 0px;
    align-items: center;
  }
  
  .landing-bt .top-wrapper.small-top .top .logo img{
    max-width: 50px;
  }
  
  .landing-bt .top-wrapper .top .invalid-feedback{
    font-size: 10px;
    margin-top: 0px;
    color: #ffffff;
    position: absolute;
    bottom: -12px;
    background-color: #b10600;
    padding: 0px 10px;
    z-index: 100;
    text-align: center;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  
  .landing-bt .top .login-wrapper{
    display: flex;
    gap: 10px;
  }

  .landing-bt .mobile-login{
    display: none;
  }
  .landing-bt .top .input-group{
      width: 200px;
      height: 40px;
      padding: 10px 15px 10px 0px;
      align-items: center;
      border-radius: 10px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.50);
      background: linear-gradient(180deg, rgba(10, 21, 51, 0.50) -13.75%, rgba(23, 55, 121, 0.50) 34.16%);
      display: flex;
      flex-wrap: nowrap;
  }
  .landing-bt .top .form-control{
    background-color:transparent;
    color:#ffffff;
  }
  .landing-bt .top .form-control::placeholder{
    color:#ffffff99;
  }
  .landing-bt .top .input-group-text{
    background-color: transparent;
  }  

}

@media (min-width: 960px) {
  .landing-bt {
    font-size: 22px;
  }
  .landing-bt .carousel-item {
    padding-top: 80px;
  }

  .landing-bt .carousel-item .banner-image {
    max-width: 600px;
  }

  .landing-bt .lobbyinner {
    max-width: 900px;
  }

  .landing-bt .lobby-wrap {
    top: -300px;
    margin-bottom: -300px;
  }

  .landing-bt .lobby-wrap:before {
    height: 200px;
    top: -190px;
  }

  .landing-bt .lobbyinner {
    padding-top: 320px;
    width: 80%;
  }

  .landing-bt .lobbyinner .lobby-item {
    height: 400px;
  }

  .landing-bt .lobbyinner .lobby-item .front .info {
    bottom: 0px;
    font-size: 1em;
    padding: 15px;
  }

  .landing-bt .lobbyinner .lobby-item .back {
    padding: 30px;
  }

  .landing-bt .lobbyinner .lobby-item .back h3 {
    margin: 15px auto;
  }

  .landing-bt .feature-wrap {
    padding: 50px 0px 100px 0px;
    display: block;
  }

  .landing-bt .feature-item .icon {
    width: 15%;
  }

  .landing-bt .feature-item .feature-content {
    width: calc(100% - 20%);
  }

  .landing-bt .footer {
    display: block;
    padding-top: 150px;
    color:#000;
    background-color: #fff;    
  }

  .landing-bt .footer .tnc .tnc-content {
    width: calc(100% - 60px);
    padding-left: 10px;
  }

  .landing-bt .footer .tnc .icon {
    width: 50px;
  }

  .landing-bt .join-us {
    padding-bottom: 150px;
  }

  .landing-bt .video-modal iframe {
    width: 750px;
    height: 450px;
  }

  .landing-bt .video-modal .modal-dialog {
    max-width: 750px;
  }

  .landing-bt .footer .license,
  .landing-bt .footer .tnc{
      display: block;
  }

  .landing-bt .switch-desktop{
      display: none;
  }

  .landing-bt .featureinner{
      display: flex;
  } 

  .landing-bt .top{
    width: 100%;
  }

  .landing-bt .top-wrapper.small-top .top{
    padding: 5px 50px;
    align-items: center;
  }
  .landing-bt .top-wrapper.small-top .top .input-group{
    border: 1px solid rgba(255, 255, 255, 0.50);
  }
}

@media (min-width: 1024px) {
  .landing-bt .top {
    padding: 30px 50px;
  }

  .landing-bt .login-btn {
    padding: 0px 30px;
    font-weight: 600;
  }

  .landing-bt .carousel-item .banner-text {
    top: 90%;
  }

  .landing-bt .carousel-inner {
    height: 800px;
  }
}

@media (min-width: 1280px) {
  .landing-bt .carousel-inner {
    width: 85%;
  }

  .landing-bt .carousel-item {
    padding-top: 50px;
  }

  .landing-bt .carousel-item .banner-text {
    width: 50%;
    display: inline-block;
    text-align: left;
    top: 50%;
    left: 0px;
    right: auto;
    bottom: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }

  .landing-bt .carousel-item .banner-text h1 {
    font-size: 1.5em;
  }

  .landing-bt .carousel-item .banner-image {
    width: 52%;
    max-width: 100%;
    position: relative;
    float: right;
    display: inline-block;
    bottom:-50px;
  }

  .landing-bt .lobby-wrap {
    top: -180px;
    margin-bottom: -180px;
  }

  .landing-bt .lobby-wrap:before {
    height: 280px;
    top: -270px;
  }

  .landing-bt .lobbyinner {
    max-width: 1000px;
    padding-top: 10px;
  }

  .landing-bt .lobbyinner .lobby-item {
    height: 500px;
  }

  .landing-bt .lobbyinner .lobby-item:hover .card-flip {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }

  .landing-bt .lobbyinner .lobby-item .back {
    display: block;
  }

  .landing-bt .lobbyinner .lobby-item .back .btn {
    padding: 10px 30px;
  }

  .landing-bt .modal-dialog {
    max-width: 600px;
  }
}

@media (min-width: 1460px) {
  .landing-bt .deco1,
  .landing-bt .deco2 {
    display: block;
  }

  .landing-bt {
    font-size: 23px;
  }

  .landing-bt .carousel-item .banner-text h1 {
    font-size: 1.8em;
  }

  .landing-bt .carousel-item .banner-text p {
    display: block;
    color:#fff;
  }

  .landing-bt .carousel-inner {
    height: 700px;
  }

  .landing-bt .lobby-wrap {
    top: -50px;
    margin-bottom: -50px;
  }
}

@media (min-width: 1600px) {
  .landing-bt .carousel-inner {
    height: 800px;
  }
}

@media (min-width: 1920px) {
  .landing-bt .deco1,
  .landing-bt .deco2 {
    display: block;
  }

  .landing-bt .carousel-item .banner-image {
    bottom:0px;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  animation: fade 1s alternate;
}

/*preloader*/
.preloader{
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    right:0;
    z-index: 19;
    background-color: #DDE4EC;
}
.preloader .loading-text{
  margin-top: 16px;
  font-size: 14px;
}
.ball-loading-wrap {
  position: relative;
  height: 105px;
  width: 60px;
}

.ball-loading-wrap::after {
  background: rgba(0, 0, 0, 0.2);
  bottom: 0;
  content: "";
  height: 30px;
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 50%;
  transform: scaley(0.1);
  transform-origin: center bottom;
  -webkit-animation-name: bounceballShadow;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -webkit-animation-delay: 0;
  -webkit-animation-timing-function: ease-out;
  animation-name: bounceballShadow;
  animation-duration: 0.4s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-delay: 0;
  timing-function: ease-out;
  animation-play-state: running;
  animation-fill-mode: none;
}

.ball-loading-wrap .ball {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-animation-name: bounceball;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -webkit-animation-delay: 0;
  -webkit-animation-timing-function: ease-out;
  animation-name: bounceball;
  animation-duration: 0.4s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-delay: 0;
  timing-function: ease-out;
  animation-play-state: running;
  animation-fill-mode: none;
  overflow: hidden;
}
.ball-loading-wrap .ball svg {
  height: 60px;
  width: 60px;
}

.ball-loading-wrap .outer { 
    fill: #385cb6; 
}
.ball-loading-wrap .inner { 
    fill: #ffffff; 
}
.ball-loading-general{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.ball-loading-general .ball-loading-wrap{
  height: 80px;
  width: 35px;
  margin: 0 auto;
}
.ball-loading-general .ball-loading-wrap .ball{
    animation-name: bounceball2;
    -webkit-animation-name: bounceball2;
}
.ball-loading-general .ball-loading-wrap .ball,
.ball-loading-general .ball-loading-wrap .ball svg {
  height: 35px;
  width: 35px;
}
@-webkit-keyframes bounceball {
  from {
    bottom: 0;
    height: 45px;
  }
  10% {
    bottom: 0;
    height: 55px;
  }
  to {
    bottom: 50%;
  }
}
@keyframes bounceball {
  from {
    bottom: 0;
    height: 50px;
  }
  10% {
    bottom: 0;
    height: 60px;
  }
  to {
    bottom: 50%;
  }
}
@keyframes bounceball2 {
  from {
    bottom: 0;
    height: 30px;
  }
  10% {
    bottom: 0;
    height: 40px;
  }
  to {
    bottom: 50%;
  }
}
@-webkit-keyframes bounceball2 {
  from {
    bottom: 0;
    height: 30px;
  }
  10% {
    bottom: 0;
    height: 40px;
  }
  to {
    bottom: 50%;
  }
}
@keyframes bounceballShadow {
  from {
    background: rgba(0, 0, 0, 0.2);
    transform: scaleY(0.1) scaleX(1);
  }
  10% {
    background: rgba(0, 0, 0, 0.3);
    transform: scaleY(0.1) scaleX(0.8);
  }
  to {
    background: rgba(0, 0, 0, 0.2);
    transform: scaleY(0.1) scaleX(1);
  }
}