.slick-slide:focus, .slick-slide:active {
  outline: 0;
  border: 0;
}
.slick-slide img {
  margin: 0 auto;
}

.hidden-date-input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

.header {
  padding: 8px 0;
}
.header .header-inner .container a:hover {
  text-decoration: none;
}
.header .header-inner .container a.btn-login {
  display: inline-block;
  float: right;
  margin-top: 6px;
}
.header .header-inner .container a.btn-register {
  display: none;
  float: right;
  margin-top: 6px;
}

.btn-register,
.btn-login {
  border: 0;
  outline: 0;
  text-transform: uppercase;
  cursor: pointer;
}
.btn-register:active, .btn-register:focus,
.btn-login:active,
.btn-login:focus {
  border: 0;
  outline: 0;
}

.promote-game-body .main-section {
  position: relative;
}
.promote-game-body .main-section .bg-img {
  display: block;
  width: 100%;
  margin-top: 60px;
}
.promote-game-body .main-section .bg-img.responsive {
  display: none;
}
.promote-game-body .main-section .add-img-1 {
  position: absolute;
  width: 32%;
  opacity: 0.92;
  left: 34%;
  bottom: 0;
}
.promote-game-body .main-section .add-img-1.responsive {
  display: none;
}
.promote-game-body .main-section .game-logo-1,
.promote-game-body .main-section .game-logo-2 {
  position: absolute;
  width: 22%;
  z-index: 1;
  left: 39%;
  top: 4%;
}
.promote-game-body .main-section .game-logo-2 {
  z-index: 2;
  top: 12%;
}
.promote-game-body .main-section .btn-register {
  display: inline-block;
  position: absolute;
  bottom: 8%;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 40px;
  left: calc(50% - 85px);
}
.promote-game-body .section-2 {
  background-color: #FFE300;
}
.promote-game-body .section-2.release-version {
  text-align: center;
}
.promote-game-body .section-2 img {
  bottom: 0;
}
.promote-game-body .section-2 img.one {
  width: 344px;
  right: 20px;
  bottom: 0;
}
.promote-game-body .section-2 img.two {
  width: 240px;
  left: 0;
}
.promote-game-body .section-2 img.three {
  width: 186px;
  bottom: -100px;
  left: 50px;
}
.promote-game-body .section-2 .container {
  padding: 25px 0;
}
.promote-game-body .section-2 .container.release-version {
  padding: 50px 0;
}
.promote-game-body .section-2 .container h1 {
  color: #212529;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 42px;
  margin-bottom: 8px;
  letter-spacing: 0.03em;
}
.promote-game-body .section-2 .container p:not(.coupon-code) {
  width: 510px;
  margin: 0 auto;
  text-align: center;
  color: #212529;
  line-height: 22px;
  font-weight: 600;
}
.promote-game-body .section-2 .container p:not(.coupon-code):last-of-type {
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
}
.promote-game-body .section-2 .container .btn-login {
  display: inline-block;
  font-size: 22px;
  padding: 12px 40px;
  font-weight: bold;
  margin: 14px auto;
}
.promote-game-body .section-2 .container .field {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 350px;
  margin: 10px auto 0;
  text-align: center;
}
.promote-game-body .section-2 .container .field label {
  font-weight: 500;
  line-height: 22px;
  color: black;
  margin: 0 8px 0;
  min-width: 115px;
}
.promote-game-body .section-2 .container .field p {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  padding: 6px 20px;
  font-weight: 500;
  font-size: 16px;
  background-color: white;
  color: black;
  margin-bottom: 0;
}
.promote-game-body .section-2 .container .field .copy-to-clipboard {
  display: inline-block;
  padding: 6px 10px;
  height: 36px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #FF7A00;
  cursor: pointer;
}
.promote-game-body .section-2 .container .field .copy-to-clipboard i {
  color: black;
}
.promote-game-body .section-2 .container .countdown {
  display: flex;
  justify-content: center;
  margin: 20px 0;
  padding: 0;
}
.promote-game-body .section-2 .container .countdown li {
  display: inline-block;
  margin-right: 26px;
  text-align: center;
}
.promote-game-body .section-2 .container .countdown li:last-child {
  margin-right: 0;
}
.promote-game-body .section-2 .container .countdown li span {
  display: block;
  margin: 0;
}
.promote-game-body .section-2 .container .countdown li span:first-of-type {
  margin: 0 auto;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 90px;
  color: #E0E0E0;
  font-size: 32px;
  font-weight: 500;
  background-color: #212529;
}
.promote-game-body .section-2 .container .countdown li span:last-of-type {
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 10px;
  font-weight: 500;
  color: #151515;
}
.promote-game-body .middle-section {
  background-color: #151515;
  padding: 25px 0;
  text-align: center;
}
.promote-game-body .middle-section p {
  font-weight: 500;
  color: #FFB700;
}
.promote-game-body .middle-section .btn-register {
  padding-left: 34px;
  padding-right: 34px;
}
.promote-game-body .section-3 {
  background-color: #212529;
  padding: 35px 10px;
}
.promote-game-body .section-3 .container {
  display: flex;
  color: #e0e0e0;
}
.promote-game-body .section-3 .container .video {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 350px;
  margin: 10px auto 0;
  text-align: center;
}

.promote-game-body .section-3 .container h3 {
  margin-top: 30px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}
.promote-game-body .section-3 .container p {
  font-weight: 500;
  font-size: 16px;
}
.promote-game-body .section-4 {
  background-color: #151515;
  padding: 35px 0;
  text-align: center;
}
.promote-game-body .section-4 .container {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
.promote-game-body .section-4 .container .item {
  text-align: center;
  color: #e0e0e0;
}
.promote-game-body .section-4 .container .item img {
  height: 82px;
}
.promote-game-body .section-4 .container .item h6 {
  font-weight: bold;
  letter-spacing: 0.5px;
  margin: 15px 0 20px;
}
.promote-game-body .section-4 .container .item p {
  margin-bottom: 0;
}
.promote-game-body .section-5 {
  background-color: #FFE300;
  padding: 35px 0;
}

@media (max-width: 1600px) {
  .promote-game-body .section-2 img.one {
    width: 320px;
  }
  .promote-game-body .section-2 img.two {
    width: 220px;
    bottom: 50px;
  }
  .promote-game-body .section-2 img.three {
    width: 146px;
    bottom: -20px;
  }
}
@media (max-width: 1200px) {
  .promote-game-body .section-2 img.one {
    width: 25%;
  }
  .promote-game-body .section-2 img.two {
    width: 20%;
    top: 10px;
  }
  .promote-game-body .section-2 img.three {
    width: 16%;
    top: 150px;
  }
}
@media (max-width: 1024px) {
  .promote-game-body .main-section .bg-img {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  .promote-game-body .main-section .bg-img.responsive {
    display: none;
  }
  .promote-game-body .main-section .add-img-1 {
    width: 34%;
    left: 33%;
  }
  .promote-game-body .main-section .game-logo-1,
.promote-game-body .main-section .game-logo-2 {
    width: 20%;
    left: 40%;
  }
  .promote-game-body .main-section .game-logo-2 {
    top: 10%;
  }
  .promote-game-body .section-2 img.two {
    top: 25px;
  }
  .promote-game-body .section-2 img.three {
    top: 165px;
  }
  .promote-game-body .section-2 .container .countdown li {
    margin-right: 15px;
  }
  .promote-game-body .section-2 .container .countdown li:last-child {
    margin-right: 0;
  }
  .promote-game-body .section-2 .container .countdown li span:first-of-type {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
  }
  .promote-game-body .section-2 .container .countdown li span:last-of-type {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .promote-game-body .section-3 .container {
    display: block;
  }
  .promote-game-body .section-3 .container .video {
    min-width: unset;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .promote-game-body .section-2:not(.release-version) {
    padding-bottom: 210px;
  }
  .promote-game-body .section-2 img.release-version {
    display: none;
  }
  .promote-game-body .section-2 img.one {
    display: none;
  }
  .promote-game-body .section-2 img.two {
    bottom: 40px;
    top: unset;
    width: 210px;
  }
  .promote-game-body .section-2 img.three {
    top: unset;
    width: 132px;
    bottom: -26px;
    left: 40px;
  }
  .promote-game-body .section-2 .container p {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .header .header-inner .container {
    text-align: center;
  }
  .header .header-inner .container a:not(.release-version):first-of-type {
    padding-left: 64px;
  }
  .header .header-inner .container a.btn-login {
    display: none;
  }
  .header .header-inner .container a.btn-register {
    display: inline-block;
    color: #212529;
  }

  .promote-game-body .main-section .bg-img {
    display: none;
  }
  .promote-game-body .main-section .bg-img.responsive {
    display: block;
  }
  .promote-game-body .main-section .add-img-1 {
    display: none;
  }
  .promote-game-body .main-section .add-img-1.responsive {
    display: block;
    width: 96%;
    left: 2%;
  }
  .promote-game-body .main-section .game-logo-1,
.promote-game-body .main-section .game-logo-2 {
    z-index: 1;
    bottom: 0;
    top: unset;
    width: 96%;
    left: 2%;
    margin-bottom: 40%;
  }
  .promote-game-body .main-section .game-logo-2 {
    z-index: 2;
    margin-bottom: 32%;
  }
  .promote-game-body .main-section .btn-register {
    position: absolute;
    padding: 14px 40px;
    font-size: 14px;
    margin-bottom: 16%;
    bottom: 0;
    left: calc(50% - 82px);
  }
  .promote-game-body .section-2 {
    background-color: #FFE300;
  }
  .promote-game-body .section-2 img {
    bottom: 0;
  }
  .promote-game-body .section-2 img.one {
    width: 344px;
    right: 20px;
    bottom: 0;
  }
  .promote-game-body .section-2 .container p:not(.coupon-code) {
    width: 100%;
    padding: 0 10px;
  }
  .promote-game-body .section-2 .container p:not(.coupon-code):last-of-type {
    line-height: 20px;
    padding: 0 20px;
  }
  .promote-game-body .middle-section {
    padding: 45px 0;
  }
  .promote-game-body .middle-section p {
    width: 66%;
    margin: 0 auto 22px;
  }
  .promote-game-body .section-3 .container {
    display: block;
  }
  .promote-game-body .section-3 .container .video {
    min-width: unset;
    width: 100%;
  }
  .promote-game-body .section-4 .container {
    display: block;
  }
  .promote-game-body .section-4 .container .item {
    display: block;
    margin: 30px auto 0;
  }
  .promote-game-body .section-4 .container .item:first-child {
    margin-top: 10px;
  }
  .promote-game-body .section-4 .container .item:last-child {
    margin-bottom: 10px;
  }
}
@media (max-width: 400px) {
  .promote-game-body .section-2 .container .field {
    width: 75%;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .promote-game-body .section-2 .container .field label {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
  }
  .promote-game-body .section-2 .container .field p {
    flex: 1;
  }
  .promote-game-body .section-2 .container a.btn-login {
    width: 75%;
  }
}
@media (max-width: 350px) {
  .promote-game-body .section-2 .container .countdown {
    display: block;
  }
  .promote-game-body .section-2 .container .countdown li {
    display: block;
    text-align: center;
    margin: 10px auto;
  }
  .promote-game-body .section-2 .container .countdown li:first-child {
    margin-top: 0;
  }
  .promote-game-body .section-2 .container .countdown li:last-child {
    margin-bottom: 0;
  }
}
