* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  background-color: #000;
  font-size: 14px;
}

a {
  text-decoration: none;
}

.video {
  width: 100%;
  height: 1080px;
  overflow: hidden;
  position: absolute;
  background: #000;
}

.video video {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
}

.intro .container {
  width: 100%;
  height: 1080px;
  position: relative;
}

.intro {
  position: relative
}

.intro .link {
  /*     width: 488px; */
  height: 42px;
  position: absolute;
  top: 10px;
  left: calc(50% + -258px);
}

.intro .link .l {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  text-shadow: 0 0 20px rgba(0, 0, 0, .6);
  text-decoration: none;
  margin: 0 20px;
  margin-top: 0px
}

.intro .link .fb {
  width: 24px;
  height: 24px;
  background: url(../images/fb.png);
  position: relative;
  top: 8px;
  margin-left: 0px
}

.intro .link .gr {
  width: 24px;
  height: 24px;
  background: url(../images/gr.png);
  position: relative;
  top: 8px;
  margin-left: -4px
}

.intro .link .reg {
  width: 173px;
  height: 40px;
  background: url(../images/btn-register.png);
  position: absolute;
  top: 44px;
  left: 90px;
  transition: all .3s ease
}

.intro .link .reg:hover {
  filter: brightness(150%)
}

.intro .link-1 {
  background: url(../images/link.png) no-repeat center top;
  height: 29px;
  width: 100%;
  position: absolute;
  top: 290px;
  left: -55px;
  text-align: center;
  line-height: 29px;
}

.intro .link-1 a {
  margin: 0 10px;
  color: #ffda14;
  text-shadow: 0 0 10px #000;
}

.intro .link-1 a:hover {
  color: #fff;
}

.intro .link-2 .tg {
  width: 117px;
  height: 30px;
  background: url(../images/tg.png) no-repeat;
  position: absolute;
  top: 376px;
  left: 50%;
  margin-left: 70px;
}

.intro .link-2 .tg:hover {
  opacity: 0.8;
}

.intro .link-2 .dk {
  width: 104px;
  height: 33px;
  background: url(../images/dk.png) no-repeat;
  position: absolute;
  top: 376px;
  left: 50%;
  margin-left: -180px;
}

.intro .link-2 .dk:hover {
  opacity: 0.8;
}

/* .intro {
    position: relative
}

.intro .link {
  width: 488px;
  height: 42px;
  position: absolute;
  top: 0px;
  left: calc(50% + -469px);
}
.intro .link .l {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  text-shadow: 1px 0 9px rgb(0 0 0 / 90%);
  text-decoration: none;
  margin: 0 10px;
  margin-top: 0px;
}
.intro .link .fb {
  width: 24px;
  height: 24px;
  background: url(../images/fb.png);
  position: relative;
  top: 8px;
  margin-left: 18px;
}
.intro .link .gr {
  width: 24px;
  height: 24px;
  background: url(../images/gr.png);
  position: relative;
  top: 8px;
  margin-left: 7px;
}
.intro .link .reg {
  width: 173px;
  height: 40px;
  background: url(../images/btn-register.png);
  position: absolute;
  top: 44px;
  left: 90px;
  transition: all 0.3s ease;
}
.intro .link .reg:hover {
  filter: brightness(150%);
}
 */

.header {
  height: 56px;
  background: transparent;
  position: relative;
  z-index: 20;
}

.header .w-1200 {
  height: 100%;
}

.w-1200 {
  max-width: 1230px;
  padding: 0 15px;
  position: relative;
  margin: auto;
  z-index: 5;
}

.header .header_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.header .header_wrap .header-menu ul {
  text-align: center;
}

ul.rs {
  list-style: none;
}

.rs {
  margin: 0;
  padding: 0;
}

.header .header_wrap .header-menu ul .li_item:hover .menu_item {
  color: #c0eaf5;
}

.header .header_wrap .header-menu ul .li_item .menu_item {
  color: #fff;
  padding: 6px 10px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}

.container {
  width: 1200px;
  margin: 0 auto;
}



.countdown {
  position: absolute;
  top: 602px;
  left: calc(50% - 208px);
}

.countdown .kkc-days,
.countdown .kkc-hours,
.countdown .kkc-min,
.countdown .kkc-sec {
  font-size: 45px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-repeat: repeat;
  background-position: 0 0;
  width: 100px;
  text-align: center;
  display: inline-block;
  margin-top: 0px;
  font-weight: 900;
}

.countdown .kkc-days {
  background-image: url(../images/cd/cd-bg-day.png);
}

.countdown .kkc-hours {
  background-image: url(../images/cd/cd-bg-hour.png);
}

.countdown .kkc-min {
  background-image: url(../images/cd/cd-bg-min.png);
}

.countdown .kkc-sec {
  background-image: url(../images/cd/cd-bg-sec.png);
}

.countdown .kkc-days-text,
.countdown .kkc-hours-text,
.countdown .kkc-min-text,
.countdown .kkc-sec-text {
  font-size: 15px;
  text-shadow: 1px solid #46536d;
  color: #959cb5;
  position: absolute;
  text-align: center;
  top: 58px;
}

.countdown .kkc-days-text {
  left: 29px;
}

.countdown .kkc-hours-text {
  left: 140px;
}

.countdown .kkc-min-text {
  left: 231px;
}

.countdown .kkc-sec-text {
  left: 332px;
}

.countdown .kkcountdown-box {
  width: 100%;
  display: block;
  text-align: center;
}


/* .countdown {
    position: absolute;
	top: 607px;
    left: calc(50% - 366px);
}

.countdown .kkc-days,
.countdown .kkc-hours,
.countdown .kkc-min,
.countdown .kkc-sec {
    font-size: 45px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-repeat: repeat;
    background-position: 0 0;
    width: 100px;
    text-align: center;
    display: inline-block;
    margin-top: 0px;
    font-weight: 900;
}

.countdown .kkc-days {
    background-image: url(../images/cd/cd-bg-day.png);
}

.countdown .kkc-hours {
    background-image: url(../images/cd/cd-bg-hour.png);
}

.countdown .kkc-min {
    background-image: url(../images/cd/cd-bg-min.png);
}

.countdown .kkc-sec {
    background-image: url(../images/cd/cd-bg-sec.png);
}

.countdown .kkc-days-text,
.countdown .kkc-hours-text,
.countdown .kkc-min-text,
.countdown .kkc-sec-text {
    font-size: 15px;
    text-shadow: 1px solid #46536d;
    color: #959cb5;
    position: absolute;
    text-align: center;
    top: 58px;
}

.countdown .kkc-days-text {
    left: 29px;
}

.countdown .kkc-hours-text {
    left: 140px;
}

.countdown .kkc-min-text {
    left: 231px;
}

.countdown .kkc-sec-text {
    left: 332px;
}

.countdown .kkcountdown-box {
    width: 100%;
    display: block;
    text-align: center;
} */



.menu-nav {
  position: fixed;
  top: 50%;
  left: 0;
  margin-top: -190px;
  width: 192px;
  display: block;
  flex-wrap: wrap;
  justify-content: flex-start;
  z-index: 10
}

.menu-nav.scr .menu {
  width: 50px
}

.menu-nav.scr .top {
  margin-left: -10px
}

.menu-nav .menu {
  width: 180px;
  height: 90px;
  display: block;
  margin-bottom: 5px;
  transition: all .15s ease
}

.menu-nav .menu:hover,
.menu-nav .menu.show {
  width: 190px
}

.menu-nav .menu.menu-1 {
  background: url(../images/menu-1.png) no-repeat right top
}

.menu-nav .menu.menu-2 {
  background: url(../images/menu-2.png) no-repeat right top
}

.menu-nav .menu.menu-3 {
  background: url(../images/menu-3.png) no-repeat right top
}

.menu-nav .menu.menu-4 {
  background: url(../images/menu-4.png) no-repeat right top
}

.menu-nav .top {
  width: 86px;
  height: 33px;
  background: url(../images/top.png) no-repeat;
  display: block;
  margin-left: 30px;
  transition: all .15s ease
}

.menu-nav .top:hover {
  filter: brightness(150%)
}

.menu-events {
  width: 81px;
  position: fixed;
  right: 0;
  top: calc(50% - 185px);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease
}

.menu-events:before {
  content: " ";
  width: 81px;
  height: 32px;
  background: url(../images/event-head.png) no-repeat;
  display: block
}

.menu-events.scr {
  opacity: 1;
  visibility: visible
}

.menu-events .menu {
  width: 81px;
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  cursor: pointer;
  transition: all .15s ease;
  position: relative
}

.menu-events .menu:hover,
.menu-events .menu.show {
  filter: brightness(150%)
}

.menu-events .menu:hover span,
.menu-events .menu.show span {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px)
}

.menu-events .menu.events-1 {
  background-image: url(../images/event-1.png);
  height: 56px
}

.menu-events .menu.events-2 {
  background-image: url(../images/event-2.png);
  height: 57px
}

.menu-events .menu.events-3 {
  background-image: url(../images/event-3.png);
  height: 56px
}

.menu-events .menu.events-4 {
  background-image: url(../images/event-4.png);
  height: 57px
}

.menu-events .menu.events-5 {
  background-image: url(../images/event-5.png);
  height: 56px
}

.menu-events .menu.events-6 {
  background-image: url(../images/event-6.png);
  height: 56px
}

.menu-events .menu.events-7 {
  background-image: url(../images/event-7.png);
  height: 56px
}

.menu-events .menu.events-8 {
  background-image: url(../images/event-8.png);
  height: 64px
}

.menu-events .menu span {
  position: absolute;
  top: 10px;
  right: 70px;
  white-space: nowrap;
  background: rgba(0, 0, 0, .7);
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  transition: all .15s ease;
  transform: translateX(-20px)
}

.menu-events .menu span:before {
  content: " ";
  border-left: 6px solid rgba(0, 0, 0, .7);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  top: 11px;
  right: -6px
}


.events {
  background: #000;
  position: relative;
  z-index: 15;
}

.events .event-1 {
  background: url(../images/evt-bg-1.jpg) no-repeat center top;
  min-height: 18692px;
  padding-top: 120px;
}

.events .event-2 {
  background: url(../images/evt-bg-2.jpg) no-repeat center top;
  min-height: 1080px;
  padding-top: 120px;
  padding-bottom: 50px;
}

.events .event-2 .reward-large li .dock {
  bottom: 130px;
}

.events .event-2 .reward-large li .info {
  top: 122px;
  padding-top: 140px;
}

.events .event-3 {
  background: url(../images/evt-bg-3.jpg) no-repeat center top;
  min-height: 1572px;
  padding-bottom: 50px;
}

.events .event-3 .reward-large li .dock {
  bottom: 140px;
}

.events .event-3 .reward-large li .info {
  top: 122px;
  padding-top: 140px;
}

.events .event-4 {
  background: url(../images/evt-bg-4.jpg) no-repeat center top;
  min-height: 1147px;
}

.events .event-5 {
  background: url(../images/evt-bg-5.jpg) no-repeat center top;
  min-height: 1074px;
}

.events .event-6 {
  background: url(../images/evt-bg-6.jpg) no-repeat center top;
  min-height: 1076px;
}

.events .event-7 {
  background: url(../images/evt-bg-7.jpg) no-repeat center top;
  min-height: 1078px;
}

.events .event-8 {
  background: url(../images/evt-bg-8.jpg) no-repeat center top;
  min-height: 1136px;
}

.events .event-9 {
  background: url(../images/evt-bg-9.jpg) no-repeat center top;
  min-height: 1130px;
}

.events .event-10 {
  background: url(../images/evt-bg-0.jpg) no-repeat center top;
  min-height: 355px;
}

.events .name {
  text-align: center;
  margin-bottom: 10px;
}

.events .reward-large li .dock {
  bottom: 140px;
}

.events .reward-large li .info {
  top: 122px;
  padding-top: 140px;
}

.events .time {
  height: 46px;
  text-align: center;
  background: url(../images/time.png) no-repeat center;
  color: #fff000;
  font-size: 16px;
  line-height: 46px;
  margin-bottom: 10px;
}

.events .l1 {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.events .l1 li {
  background: url(../images/ic-1.png) no-repeat 0 0;
  padding-left: 25px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  color: #00e7ff;
  text-shadow: 0 0 3px #000000;
}

.events .l2 {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.events .l2 li {
  background: url(../images/ic-2.png) no-repeat 0 0;
  padding-left: 20px;
  margin-bottom: 5px;
  font-size: 14px;
  color: #a6c1aa;
  text-shadow: 0 0 3px #000000;
}

.events .reward-set-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}

.events .reward-set-item.show li {
  opacity: 1;
  transform: scale(1);
}

.events .reward-set-item.show li:nth-child(1) {
  transition-delay: 0ms;
}

.events .reward-set-item.show li:nth-child(2) {
  transition-delay: 100ms;
}

.events .reward-set-item.show li:nth-child(3) {
  transition-delay: 200ms;
}

.events .reward-set-item.show li:nth-child(4) {
  transition-delay: 300ms;
}

.events .reward-set-item.show li:nth-child(5) {
  transition-delay: 400ms;
}

.events .reward-set-item.show li:nth-child(6) {
  transition-delay: 500ms;
}

.events .reward-set-item.show li:nth-child(7) {
  transition-delay: 600ms;
}

.events .reward-set-item.show li:nth-child(8) {
  transition-delay: 700ms;
}

.events .reward-set-item li {
  width: 253px;
  height: 320px;
  position: relative;
  margin: 5px 20px;
  transition: all 0.5s ease;
  opacity: 0;
  transform: scale(0.8);
}

.events .reward-set-item li:hover .info {
  opacity: 1;
}

.events .reward-set-item li .dock {
  width: 217px;
  height: 195px;
  position: absolute;
  bottom: -80px;
  left: 20px;
  background: url(../images/rw-p-1.png) no-repeat;
}

.events .reward-set-item li img {
  position: absolute;
  bottom: 68px;
  left: 50%;
  transform: translateX(-50%);
}

.events .reward-set-item li .name {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -20px;
}

.events .reward-set-item li .info {
  width: 202px;
  height: 275px;
  background: url(../images/rw-p-1-o.png) no-repeat;
  position: absolute;
  top: -10px;
  left: 28px;
  opacity: 0;
  transition: all 0.4s ease;
  padding-top: 110px;
  font-size: 15px;
  text-shadow: 0 0 6px #000;
}

.events .reward-set-item li .info .t1 {
  color: #00ff2b;
  text-align: center;
}

.events .reward-set-item li .info .t2 {
  color: #00ff2b;
  text-align: left;
  padding-left: 50px;
}

.events .reward-set-item li .info .t3 {
  color: #ffe7cf;
  text-align: center;
  margin-top: 30px;
}

.events .cap {
  font-size: 16px;
  margin: 20px;
  color: #ffcc00;
}

.events .reward-large {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}

.events .reward-large.show li {
  opacity: 1;
  transform: scale(1);
}

.events .reward-large.show li:nth-child(1) {
  transition-delay: 0ms;
}

.events .reward-large.show li:nth-child(2) {
  transition-delay: 100ms;
}

.events .reward-large.show li:nth-child(3) {
  transition-delay: 200ms;
}

.events .reward-large li {
  width: 341px;
  height: 370px;
  position: relative;
  margin: 5px 20px;
  transition: all 0.5s ease;
  opacity: 0;
  transform: scale(0.8);
}

.events .reward-large li:hover .info {
  opacity: 1;
}

.events .reward-large li .dock {
  width: 341px;
  height: 99px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/rw-p-2.png) no-repeat;
}

#event-6 .reward-large li {
  height: 595px;
}

#event-6 .reward-large li .dock {
  bottom: auto;
  top: 46%;
}

.events .reward-large li>img {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
}

.events .reward-large li .box-img {
  text-align: center;
  position: absolute;
  top: 100px;
  width: 100%;
}

.events .eventfixmuhnx li .box-img {
  top: 233px;
}

.events .reward-large li .info {
  width: 330px;
  height: 306px;
  background: url(../images/rw-p-2-o.png) no-repeat;
  position: absolute;
  top: 292px;
  left: 6px;
  opacity: 0;
  transition: all 0.4s ease;
  padding-top: 90px;
  font-size: 15px;
  text-shadow: 0 0 3px #000;
}

.events .reward-large li .info .t1 {
  color: #6cff00;
  text-align: center;
}

.events .reward-large li .info .t2 {
  color: #f1c88b;
  font-size: 13px;
  text-align: center;
  margin-top: 20px;
}

.events .reward-large li .info .t3 {
  color: #ff9000;
  text-align: center;
  margin-top: 30px;
}

.events .reward-large li .rank {
  position: absolute;
  top: 10px;
  left: 140px;
  width: 60px;
  height: 53px;
  background: url(../images/top1.png) no-repeat;
  text-align: center;
  font-size: 40px;
}

.events .reward-large li .rank._1 {
  background-image: url(../images/top1.png);
}

.events .reward-large li .rank._2 {
  background-image: url(../images/top2.png);
}

.events .reward-large li .rank._3 {
  background-image: url(../images/top3.png);
}

.events .reward-tem {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}

.events .reward-tem.show li {
  opacity: 1;
  transform: scale(1);
}

.events .reward-tem.show li:nth-child(1) {
  transition-delay: 0ms;
}

.events .reward-tem.show li:nth-child(2) {
  transition-delay: 100ms;
}

.events .reward-tem.show li:nth-child(3) {
  transition-delay: 200ms;
}

.events .reward-tem li {
  width: 367px;
  height: 245px;
  display: flex;
  flex-wrap: wrap;
  background: url(../images/rw-rp.png) no-repeat;
  position: relative;
  margin: 5px 24px;
  transition: all 0.5s ease;
  opacity: 0;
  transform: scale(0.8);
}

.events .reward-tem li:first-child {
  margin-left: 0;
}

.events .reward-tem li:last-child {
  margin-right: 0;
}

.events .reward-tem li .rw {
  flex: 1;
}

.events .reward-tem li .rw .box {
  text-align: center;
  padding-top: 30px;
}

.events .reward-tem li .rw .text {
  color: #2aef4b;
  font-size: 15px;
  padding: 20px 20px 0 20px;
  line-height: 1.5;
}

.events .reward-tem li .top {
  width: 115px;
  text-align: center;
  padding-top: 60px;
}

.events .reward-tem li .top._1 {
  color: #fff000;
}

.events .reward-tem li .top._2 {
  color: #dedede;
}

.events .reward-tem li .top._3 {
  color: #d18542;
}

.events .reward-tem li .top .t1 {
  font-size: 34px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  line-height: 1;
}

.events .reward-tem li .top .t2 {
  font-size: 65px;
  display: block;
  text-align: center;
  line-height: 1;
}

.events .reward-boss {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.events .reward-boss.show li {
  opacity: 1;
  transform: scale(1);
}

.events .reward-boss.show li:nth-child(1) {
  transition-delay: 0ms;
}

.events .reward-boss.show li:nth-child(2) {
  transition-delay: 100ms;
}

.events .reward-boss.show li:nth-child(3) {
  transition-delay: 200ms;
}

.events .reward-boss.show li:nth-child(4) {
  transition-delay: 200ms;
}

.events .reward-boss.show li:nth-child(5) {
  transition-delay: 300ms;
}

.events .reward-boss.show li:nth-child(6) {
  transition-delay: 400ms;
}

.events .reward-boss.show li:nth-child(7) {
  transition-delay: 500ms;
}

.events .reward-boss.show li:nth-child(8) {
  transition-delay: 600ms;
}

.events .reward-boss.show li:nth-child(9) {
  transition-delay: 700ms;
}

.events .reward-boss.show li:nth-child(10) {
  transition-delay: 800ms;
}

.events .reward-boss li {
  width: 251px;
  height: 309px;
  margin: 10px;
  position: relative;
  transition: all 0.5s ease;
  opacity: 0;
  transform: scale(0.8);
}

.events .reward-boss li.boss-1 {
  background: url(../images/boss-bg-1.png) no-repeat;
}

.events .reward-boss li.boss-2 {
  background: url(../images/boss-bg-2.png) no-repeat;
}

.events .reward-boss li.boss-3 {
  background: url(../images/boss-bg-3.png) no-repeat;
}

.events .reward-boss li .name {
  position: absolute;
  top: 23px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
}

.events .reward-boss li .score {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
}

.events .reward-boss li .img {
  position: absolute;
  top: 62px;
  left: 0;
  width: 100%;
  height: 200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.scroll {
  width: 91px;
  height: 66px;
  background: url(../images/scroll.png) no-repeat;
  position: absolute;
  top: 843px;
  left: calc(50% - 39px);
  margin-left: 0px;
  animation: scroll 2s infinite ease;
}

@keyframes scroll {
  50% {
    transform: translateY(10px);
  }
}

.timeline {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  margin-left: -330px;
  height: 460px;
  width: 5px;
  background: #434040;
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.timeline .dot {
  width: 24px;
  height: 24px;
  background: url(../images/tl-1.png) no-repeat;
  cursor: pointer;
  position: absolute;
  left: -10px;
}

.timeline .dot.active {
  background-image: url(../images/tl-2.png);
  width: 26px;
  height: 26px;
  transform: translate(-1px, -1px);
}

.timeline .dot.active:after {
  content: " ";
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: -12px;
  left: -12px;
  animation: dotActive 2s infinite ease;
}

.timeline .dot.active .text {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}

.timeline .dot.dot-0 {
  top: -9px;
}

.timeline .dot.dot-1 {
  top: 88.33px;
}

.timeline .dot.dot-2 {
  top: 176.66px;
}

.timeline .dot.dot-3 {
  top: 264.99px;
}

.timeline .dot.dot-4 {
  top: 353.32px;
}

.timeline .dot.dot-5 {
  top: 441.65px;
}

.timeline .dot.dot-6 {
  top: 529.98px;
}

.timeline .dot.dot-7 {
  top: 618.31px;
}

.timeline .dot.dot-8 {
  top: 706.64px;
}

.timeline .dot .text {
  opacity: 0;
  visibility: hidden;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  padding: 2px 5px;
  border-radius: 3px;
  position: absolute;
  top: -25px;
  left: 50%;
  white-space: nowrap;
  transform: translateX(-50%);
}

.timeline .dot .text:before {
  content: " ";
  border-top: 4px solid rgba(0, 0, 0, 0.8);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -4px;
}

.timeline .lines {
  display: flex;
  flex-wrap: wrap;
  height: 530px;
  width: 100%;
}

.timeline .lines .line {
  flex: 1;
  width: 5px;
}

.timeline .lines .line.line-0 span {
  background-position: 0 0;
}

.timeline .lines .line.line-1 span {
  background-position: 0 -132px;
}

.timeline .lines .line.line-2 span {
  background-position: 0 -264px;
}

.timeline .lines .line.line-3 span {
  background-position: 0 -396px;
}

.timeline .lines .line.line-4 span {
  background-position: 0 -528px;
}

.timeline .lines .line.line-5 span {
  background-position: 0 -556px;
}

.timeline .lines .line.line-6 span {
  background-position: 0;
}

.timeline .lines .line span {
  display: block;
  width: 5px;
  background: url(../images/gradient.png) no-repeat;
}

@keyframes dotActive {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.footer {
  text-align: center;
  margin-top: -88px;
  margin-left: -51px;
  letter-spacing: 0.9px;
}

.footer span.copyright {
  font-size: 14pt;
  color: #5a5a5a;
}

.footer span.copyright a {
  color: #fff;
  text-decoration: none;
}

/* Download Popup Styles */
.download-popup {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
}

.download-popup.show {
  display: flex;
  align-items: center;
  justify-content: center;
}

.download-popup-content {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
  border: 2px solid #ffda14;
  border-radius: 15px;
  width: 90%;
  max-width: 600px;
  max-height: 80vh;
  overflow-y: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  animation: popupSlideIn 0.3s ease-out;
}

@keyframes popupSlideIn {
  from {
    opacity: 0;
    transform: scale(0.7) translateY(-50px);
  }

  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.download-popup-header {
  background: linear-gradient(90deg, #ffda14 0%, #ffb347 100%);
  color: #000;
  padding: 20px;
  border-radius: 13px 13px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.download-popup-header h3 {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.close-popup {
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.close-popup:hover {
  background-color: rgba(0, 0, 0, 0.2);
  transform: scale(1.1);
}

.download-popup-body {
  padding: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.download-option {
  margin-bottom: 0;
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  border: 1px solid rgba(255, 218, 20, 0.3);
}

.download-option:last-child {
  margin-bottom: 0;
}

.download-option h4 {
  color: #ffda14;
  font-size: 22px;
  margin-bottom: 25px;
  text-align: center;
  text-shadow: 0 0 15px rgba(255, 218, 20, 0.8), 0 0 30px rgba(255, 218, 20, 0.6);
  padding-bottom: 15px;
  border-bottom: 3px solid rgba(255, 218, 20, 0.5);
  font-weight: bold;
  letter-spacing: 1px;
  background: linear-gradient(45deg, #ffda14, #ffb347, #ffda14);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: titleGlow 3s ease-in-out infinite;
  position: relative;
}

.download-option h4:before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background: linear-gradient(45deg, #ffda14, #ffb347, #ffda14);
  border-radius: 8px;
  z-index: -1;
  opacity: 0.3;
  filter: blur(8px);
}

@keyframes titleGlow {

  0%,
  100% {
    background-position: 0% 50%;
    text-shadow: 0 0 15px rgba(255, 218, 20, 0.8), 0 0 30px rgba(255, 218, 20, 0.6);
  }

  50% {
    background-position: 100% 50%;
    text-shadow: 0 0 20px rgba(255, 218, 20, 1), 0 0 40px rgba(255, 218, 20, 0.8), 0 0 60px rgba(255, 218, 20, 0.4);
  }
}

.download-action {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.download-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 30px;
  border: none;
  border-radius: 12px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  min-width: 200px;
  text-decoration: none;
  color: #fff;
}

.download-btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s;
}

.download-btn:hover:before {
  left: 100%;
}

.sound-btn {
  background: linear-gradient(135deg, #4CAF50 0%, #45a049 50%, #2E7D32 100%);
  box-shadow: 0 4px 15px rgba(76, 175, 80, 0.4);
}

.sound-btn:hover {
  background: linear-gradient(135deg, #45a049 0%, #2E7D32 50%, #1B5E20 100%);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(76, 175, 80, 0.6);
}

.nosound-btn {
  background: linear-gradient(135deg, #FF9800 0%, #F57C00 50%, #E65100 100%);
  box-shadow: 0 4px 15px rgba(255, 152, 0, 0.4);
}

.nosound-btn:hover {
  background: linear-gradient(135deg, #F57C00 0%, #E65100 50%, #BF360C 100%);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 152, 0, 0.6);
}

.btn-text {
  position: relative;
  z-index: 1;
}

.btn-icon {
  font-size: 20px;
  position: relative;
  z-index: 1;
  animation: iconPulse 2s ease-in-out infinite;
}

@keyframes iconPulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }
}

.download-btn:active {
  transform: translateY(-1px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* Remove old download-links styles */
.download-links {
  display: none;
}

.download-link {
  display: none;
}

/* Responsive Design */
@media (max-width: 768px) {
  .download-popup-content {
    width: 95%;
    margin: 20px;
  }

  .download-popup-header h3 {
    font-size: 20px;
  }

  .download-popup-body {
    padding: 20px;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .download-option {
    padding: 15px;
  }

  .download-action {
    padding: 15px 0;
  }

  .download-btn {
    padding: 15px 25px;
    font-size: 16px;
    min-width: 180px;
  }

  .btn-icon {
    font-size: 18px;
  }

  .download-links {
    gap: 10px;
  }

  .download-link {
    padding: 12px 15px;
    font-size: 14px;
  }
}

/*# sourceMappingURL=style.css.map */