/*Fonts*/
@font-face {
  font-family:PT_Sans-Web-Regular;
  src:url(../fonts/PT_Sans-Web-Regular.ttf);
}
@font-face {
  font-family:PT_Sans-Web-Bold;
  src:url(../fonts/PT_Sans-Web-Bold.ttf);
}
@font-face {
  font-family:Orbitron-Black;
  src:url(../fonts/Orbitron-Black.ttf);
}
@font-face {
  font-family:Orbitron-Medium;
  src:url(../fonts/Orbitron-Medium.ttf);
}
/*Fonts*/
/*Reset*/
html,body,div,span,applet,object,iframe,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,p,h1,h2,h3,h4,h5,h6,dl,dt,dd,ol,ul,li,fieldset,form,legend,table,tbody,tfoot,thead,tr,th{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
/*Reset*/
/*Style*/
.wrapper {
  display: block;
  background: #070933;
  margin:0 auto;
  max-width:1920px;
  min-width:320px;
  position:relative;
  overflow:hidden;
}
.wrap {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
.clear {
  clear:both;
}
header,section,footer {
  display:block;
  position:relative;
  width:100%;
}
.section_1 {
  min-height: 566px;
  box-sizing: border-box;
  background: url('../images/section_1_bg.jpg') no-repeat center top / cover;
}
#video_cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  overflow: hidden;
}
#video {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
}
#video.show{
  opacity: 1;
}
.section_1 .wrap {
  padding-top: 22px;
  z-index: 2;
}
.section_1 .logo {
  width: 270px;
  height: 52px;
  background: url('../images/logo.png') no-repeat center top / cover;
  margin: 0 auto;
}
.section_1 .title {
  font: 14px/14px PT_Sans-Web-Regular;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 8px;
}
.section_1 .title_img {
  width: 475px;
  height: 153px;
  background: url('../images/title_img.png') no-repeat center top / cover;
  margin: 43px auto 0 auto;
}
.section_1 .text {
  font: 34px/38px PT_Sans-Web-Bold;
  color: #fff;
  text-align: center;
  margin-top: 6px;
}
.section_1 .text_span {

  margin-top: 6px;
}
.section_1 .join_wrap {
  width: 465px;
  height: 201px;
  background: url('../images/join_wrap.png') no-repeat center top / cover;
  margin: -20px auto 0 auto;
  position: relative;
  left: 18px;
  filter: brightness(1);
  transition: filter .25s ease;
}
.section_1 .join_wrap.hover {
  filter: brightness(1.2);
}
.animate {
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}
@keyframes light_1 {
  from {
      filter: brightness(1);
  }
  50% {
    filter: brightness(1.4);
  }
  to {
    filter: brightness(1);
  }
}
.light_1 {
  animation-name: light_1;
}
@keyframes light_2 {
  from {
      filter: brightness(1);
  }
  50% {
    filter: brightness(1.2);
  }
  to {
    filter: brightness(1);
  }
}
.light_2 {
  animation-name: light_2;
}
.section_1 .join {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 378px;
  height: 104px;
  box-sizing: border-box;
  position: relative;
  top: 46px;
  left: 45px;
  font: 37px/37px Orbitron-Black;
  text-decoration: none;
  color: #fff;
  position: relative;
  padding-right: 37px;
}
.section_1 .item_1 {
  width: 266px;
  height: 294px;
  background: url('../images/item_1.png') no-repeat center top / cover;
  position: absolute;
  top: 77px;
  left: -60px;
}
.section_1 .item_2 {
  width: 263px;
  height: 264px;
  background: url('../images/item_2.png') no-repeat center top / cover;
  position: absolute;
  top: 269px;
  left: 8px;
}
.section_1 .item_3 {
  width: 287px;
  height: 299px;
  background: url('../images/item_3.png') no-repeat center top / cover;
  position: absolute;
  top: 73px;
  right: -57px;
}
.section_1 .item_4 {
  width: 263px;
  height: 264px;
  background: url('../images/item_4.png') no-repeat center top / cover;
  position: absolute;
  top: 269px;
  right: 8px;
}
.section_2 {
  width: 1920px;
  height: 79px;
  box-sizing: border-box;
  background: url('../images/section_2.png') no-repeat center top / cover;
  padding-top: 20px;
  font: 28px/28px PT_Sans-Web-Bold;
  color: #fff;
  text-align: center;
  position: relative;
  top: 0;
  left: 50%;
  margin-left: -960px;
}
.section_2 span {
  color: #ff1d2d;
}
.section_2 br {
  display: none;
}
.weekend {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 13px 0 58px 0;
  position: relative;
}
.weekend_logo {
  position: absolute;
  width: 242px;
  height: 250px;
  background: url("../images/weekend_logo.png") no-repeat center/cover;
  z-index: 2;
  top: -28px;
}
.weekend_logo_text {
  font: 14px/16px PT_Sans-Web-Regular;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
}
.weekend_tagline {
  font: 38px Orbitron-Black;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: 72%;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  color: #ededec;
  text-shadow: 1px 2px 2px black;
}
.weekend_text {
  font: 20px Orbitron-Medium;
  color: #fff;
  font: 19px Orbitron-Medium;
  color: #fff;
  position: absolute;
  top: 87%;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.weekend_item {
  width: 481px;
  height: 445px;
  position: relative;
  text-align: center;
}
.weekend_item-1 {
  background: url('../images/weekend_item-1.png') no-repeat center/cover;
}
.weekend_item-2 {
  background: url('../images/weekend_item-2.png') no-repeat center/cover;
}
.section_3 {
  margin-top: 37px;
}
.section_3 .items {
  display: flex;
  justify-content: space-around;
  margin-top: -26px;
  flex-wrap: wrap;
}
.section_3 .item {
  width: 267px;
  height: 360px;
  background: url('../images/item_bg.png') no-repeat center top / cover;
}
.section_3 .item .prize_img {
  display: block;
  width: 272px;
  height: 272px;
  margin: 18px auto 0 auto;
}
.animate_1 {
  animation-duration: 4s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}
.animate_2 {
  animation-duration: 4s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.animate_3 {
  animation-duration: 4s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-delay: 2s;
}
.animate_4 {
  animation-duration: 4s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-delay: 3s;
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  15% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(0.01deg);
  }
  30% {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
.section_3 .item .text {
  font: 24px/25px PT_Sans-Web-Bold;
  color: #fff;
  text-align: center;
  margin-top: -6px;
}
.section_3 .item .super_prize {
  font: 16px/16px Orbitron-Medium;
  color: #ff1d2d;
  text-align: center;
  margin-top: 6px;
}
.section_3 .your_prize {
  width: 1100px;
  height: 178px;
  background: url('../images/your_prize_bg.jpg') no-repeat center top / cover;
  margin-top: 37px;
  text-align: center;
}
.your_prize_tagline {
  font: 33px Orbitron-Black;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 0 19px 0;
  color: #ededec;
  text-shadow: 1px 2px 2px black;
}
.section_3 .your_prize .text {
  font: 24px/24px PT_Sans-Web-Bold;
  color: #fff;
}
.section_3 .your_prize .text p {
  color: #fffbfb;
  text-decoration: none;
  font: 20px/58px Orbitron-Black;
  transition: color 0.3s;
  text-transform: uppercase;
}
.section_3 .your_prize .text a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.section_3 .your_prize .btn_wrap {
  background: url("../images/btn_wrap.png") no-repeat center/cover;
  width: 342px;
  height: 64px;
  display: inline-block;
  border-radius: 10px;
  box-shadow: 0px 0px 38px 0px rgba(1,195,36, 0.3);
  cursor: pointer;
  transition: filter .3s;
  position: relative;
}
.section_3 .your_prize .btn_wrap:hover {
  filter: brightness(1.1);
}
.section_3 .payment_systems {
  margin: 44px auto 0 auto;
  text-align: center;
}
.section_3 .payment_systems img {
  margin: 6px 10px;
  display: inline-block;
  vertical-align: middle;
}
.section_3 .support_secure {
  text-align: center;
  font: 18px/18px Orbitron-Medium;
  color: #fff;
  margin: 29px auto 0 auto;
}
.section_3 .support,
.section_3 .secure {
  padding-left: 22px;
  margin: 0 12px;
}
.section_3 .support {
  background: url('../images/support.png') no-repeat left top 4px;
}
.section_3 .secure {
  background: url('../images/secure.png') no-repeat left top 4px;
}
.footer {
  height: 92px;
  box-sizing: border-box;
  background: #05072b;
  margin-top: 49px;
}
.footer .border {
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #070a36, #0c105a, #070a36);
}
.footer .copyright {
  font: 14px/14px PT_Sans-Web-Regular;
  color: #2d438a;
  text-align: center;
  margin-top: 27px;
}

@media (max-width:1140px) {
  .wrap {
    width: 640px;
  }
  .section_1 {
    min-height: 460px;
    background: url('../images/section_1_bg_tablet.jpg') no-repeat center top / cover;
  }
  .section_1 .logo {
    width: 189px;
    height: 36px;
  }
  .section_1 .title {
    font-size: 10px;
    line-height: 10px;
  }
  .section_1 .title_img {
    width: 420px;
    height: 122px;
  }
  .section_1 .text {
    font-size: 27px;
    line-height: 27px;
    margin-top: 9px;
  }
  .section_1 .item_1 {
    width: 213px;
    height: 235px;
    top: 88px;
    left: -126px;
  }
  .section_1 .item_2 {
    width: 210px;
    height: 211px;
    top: 242px;
    left: -72px;
  }
  .section_1 .item_3 {
    width: 230px;
    height: 239px;
    top: 85px;
    right: -127px;
  }
  .section_1 .item_4 {
    width: 210px;
    height: 211px;
    top: 243px;
    right: -74px;
  }
  .section_1 .join_wrap {
    width: 279px;
    height: 121px;
    left: 10px;
  }
  .section_1 .join {
    width: 228px;
    height: 62px;
    top: 31px;
    left: 27px;
    padding-right: 24px;
    font-size: 24px;
    line-height: 24px;
  }
  .section_2 {
    width: 1140px;
    height: 78px;
    font-size: 24px;
    line-height: 24px;
    padding-top: 16px;
    margin-left: -570px;
  }
  .weekend {
    flex-direction: column;
    align-items: center;
  }
  .weekend_logo {
    position: relative;
    top: 0;
  }
  .section_3 .items {
    margin-top: -18px;
  }
  .section_3 .item {
    width: 156px;
    height: 210px;
  }
  .section_3 .item .prize_img {
    width: 150px;
    height: 150px;
    margin-top: 14px;
  }
  .section_3 .item .text {
    font-size: 14px;
    line-height: 14px;
    margin-top: 0;
  }
  .section_3 .item .super_prize {
    font-size: 10px;
    line-height: 10px;
    margin-top: 4px;
  }
  .section_3 .your_prize {
    width: 880px;
    margin-top: 40px;
    position: relative;
    left: 50%;
    margin-left: -440px;
  }
  .section_3 .your_prize .text {
    font-size: 19px;
    line-height: 19px;
    top: 50px;
  }
  .section_3 .payment_systems {
    margin-top: 33px;
  }
  .section_3 .support_secure {
    margin-top: 32px;
  }
}
@media (max-width:660px) {
  .wrap {
    width: 300px;
  }
  .section_1 {
    min-height: 380px;
    background: url('../images/section_1_bg_mob.jpg') no-repeat center top / cover;
  }
  .section_1 .wrap {
    padding-top: 17px;
  }
  .section_1 .logo {
    width: 162px;
    height: 31px;
  }
  .section_1 .title {
    margin-top: 4px;
  }
  .section_1 .title_img {
    width: 298px;
    height: 87px;
    margin-top: 46px;
  }
  .section_1 .text {
    font-size: 18px;
    line-height: 18px;
    margin-top: 6px;
  }
  .section_1 .join_wrap {
    width: 232px;
    height: 100px;
    margin-top: 15px;
  }
  .section_1 .join {
    width: 190px;
    height: 52px;
    top: 25px;
    left: 23px;
    padding-right: 20px;
    font-size: 20px;
    line-height: 20px;
  }
  .section_1 .item_1 {
    width: 173px;
    height: 191px;
    top: 62px;
    left: -184px;
  }
  .section_1 .item_2 {
    width: 171px;
    height: 172px;
    top: 209px;
    left: -131px;
  }
  .section_1 .item_3 {
    width: 187px;
    height: 194px;
    top: 60px;
    right: -186px;
  }
  .section_1 .item_4 {
    width: 171px;
    height: 172px;
    top: 209px;
    right: -144px;
  }
  .section_2 {
    font-size: 17px;
    line-height: 20px;
    padding-top: 9px;
  }
  .section_2 br {
    display: inline-block;
  }
  .weekend {
    margin-bottom: 22px;
  }
  .weekend_logo {
    width: 165px;
    height: 166px;
  }
  .weekend_item {
    width: 300px;
    height: 279px;
  }
  .weekend_tagline {
    font-size: 20px;
  }
  .weekend_text {
    font-size: 11px;
  }
  .weekend_logo_text {
    font: 10px/13px PT_Sans-Web-Regular;
  }
  .section_3 .items {
    width: 318px;
    position: relative;
    left: -9px;
    margin-top: -13px;
  }
  .section_3 .item {
    width: 156px;
    height: 210px;
    background: url('../images/item_bg_mob.png') no-repeat center top / cover;
    margin-bottom: 5px;
  }
  .section_3 .your_prize {
    width: 640px;
    height: 116px;
    margin-left: -320px;
    margin-top: 25px;
  }
  .your_prize_tagline {
    font-size: 16px;
    padding: 20px 0 17px 0;
  }
  .section_3 .your_prize .btn_wrap {
    width: 215px;
    height: 40px;
    border-radius: 7px;
  }
  .section_3 .your_prize .text {
    font-size: 13px;
    line-height: 13px;
    top: 30px;
  }
  .section_3 .your_prize .text p {
    font: 14px/40px Orbitron-Black;
  }
  .section_3 .payment_systems {
    margin-top: 11px;
  }
  .section_3 .support_secure {
    font-size: 12px;
    line-height: 12px;
    margin-top: 22px;
  }
  .section_3 .support,
  .section_3 .secure {
    background-size: 12px 12px;
    background-position: left 0;
    margin: 0;
    padding-left: 16px;
  }
  .section_3 .support {
    float: left;
  }
  .section_3 .secure {
    float: right;
  }
  .footer {
    margin-top: 70px;
  }
  .footer .copyright {
    width: 220px;
    line-height: 16px;
    margin: 13px auto 0 auto;
  }
}
@media (max-width:540px) {
  .section_1 .item_1,
  .section_1 .item_2,
  .section_1 .item_3,
  .section_1 .item_4 {
    display: none;
  }
}
/*Style*/