@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap);

a,
a:hover {
	text-decoration: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
img,
menu,
nav,
section {
	display: block
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

body {
	line-height: 1
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

a {
	color: inherit;
	outline: 0
}

img {
	max-width: 100%;
	height: auto
}

* {
	box-sizing: border-box
}

html,
body {
  height: 100%;
}
body {
  color: #ffffff;
  height: 100%;
  font-family: "Open Sans", serif;
  font-size: 30px;
  line-height: 1.4;
  min-height: 100%;
  background: #000000;
  position: relative;
}
.layout {
  min-height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.layout::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #0000004d;
  pointer-events: none;
}
.wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  padding: 0 80px;
}
@media (max-width: 991px) {
  body {
    font-size: 22px;
  }
  .wrap {
    padding: 0 45px;
  }
}
@media (max-width: 600px) {
  body {
    font-size: 18px;
  }
  .wrap {
    padding: 0 30px;
  }
}
/* video-block */
.video-block {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -2;
  overflow: hidden;
}
.video-block::before {
  content: none;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  backdrop-filter: blur(20px);
  width: 22%;
  background: rgb(0 0 0 / 20%);
}
.video-block::after {
  content: none;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  bottom: 0;
  backdrop-filter: blur(20px);
  width: 22%;
  background: rgb(0 0 0 / 20%);
}
.video {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 100%;
  width: 100%;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
}
.video--blur {
  width: 100%;
}
.video--blur1 {
  left: 0;
}
.video--blur2 {
  right: 0;
}
.video--mob {
  display: none;
  max-width: 600px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 600px) {
  .video--blur {
    display: none;
  }
  .video--mob {
    display: block;
  }
  .video-block::before, .video-block::after {
    content: none;
  }
}
/* bg */
.bg-block {
  background-image: url(../images/bg-newyear_1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}
@media (max-width: 767px) {
  .bg-block {
    background-image: url(../images/bg-newyear_11-mob.png), url(../images/bg-newyear_22-mob.png);
    background-size: contain;
    background-position: right bottom, left bottom;
    left: 0;
  }
}
/* typography */
.main-title {
  font-family: "Great Vibes", cursive;
  text-align: center;
  font-size: 120px;
  line-height: 140px;
  padding-bottom: 6px;
  opacity: 0;
}
.title {
  font-family: "Great Vibes", cursive;
  text-align: center;
  font-size: 60px;
  line-height: 70px;
  padding-bottom: 20px;
  opacity: 0;
}
.txt {
  text-align: center;
  padding-bottom: 50px;
  opacity: 0;
}
@media (max-width: 991px) {
  .main-title {
    font-size: 50px;
    line-height: 60px;
  }
  .title {
    font-size: 40px;
    line-height: 50px;
  }
  .txt {
    padding-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .main-title {
    font-size: 40px;
    line-height: 60px;
    padding-bottom: 15px;
  }
  .title {
    font-size: 25px;
    padding-bottom: 10px;
  }
  .txt {
    padding-bottom: 30px;
  }
}
/* btn */
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Open Sans", serif;
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  color: #000000;
  background: #FFFFFF;
  outline: 0;
  cursor: pointer;
  transition: transform 0.2s linear;
  z-index: 1;
  position: relative;
  text-transform: uppercase;
  height: 75px;
  max-width: 300px;
  width: 100%;
  padding: 10px;
  border-radius: 100px;
}
.btn.btn--active {
  background: #ED063A;
  color: #ffffff;
}
.btn--big {
  max-width: 400px;
  margin: 0 auto;
}
.btn:hover {
  transform: scale(1.1);
}
.btn-wrap {
  display: flex;
  justify-content: center;
  gap: 36px;
  opacity: 0;
}
@media (max-width: 991px) {
  .btn-wrap {
    gap: 35px;
  }
  .btn {
    font-size: 25px;
    height: 60px;
  }
  .btn::before,
  .btn::after {
    height: 25px;
  }
  .btn::before {
    border-width: 5px 5px 0 5px;
    transform: perspective(15px) rotateX(2deg);
  }
  .btn::after {
    border-width: 0 5px 5px 5px;
    transform: perspective(15px) rotateX(-2deg);
  }
}
@media (max-width: 600px) {
  .btn-wrap {
    gap: 20px;
    flex-wrap: wrap;
  }
  .btn {
    font-size: 22px;
    max-width: 315px;
    order: 1;
  }
  .btn+.btn {
    order: 0;
  }
}
/* content */
.content {
  margin-top: auto;
  position: relative;
  z-index: 2;
}
.step {
  position: relative;
  display: none;
  width: 100%;
}
.step.active {
  display: block;
}
/* progress */
.progress {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 60px 0 12vh;
}
.progress__item {
  width: 18px;
  height: 18px;
  position: relative;
  background: #fff;
  transition: all 0.3s linear;
  opacity: 0.5;
  border-radius: 50%;
}
.progress__item.active {
  opacity: 1;
}
@media (max-width: 991px) {
  .progress {
    padding: 45px 0 10vh;
    gap: 25px;
  }
}
@media (max-width: 600px) {
  .progress {
    padding: 30px 0 8vh;
  }
  .progress__item {
    width: 12px;
    height: 12px;
  }
}
/* animation */
.step.active .main-title,
.step.active .title {
  -webkit-animation: showTop 0.4s linear forwards;
  animation: showTop 0.4s linear forwards;
}
.step.active .txt {
  -webkit-animation: showTop 0.4s 0.2s linear forwards;
  animation: showTop 0.4s 0.2s linear forwards;
}
.step.active .btn-wrap {
  -webkit-animation: showTop 0.4s 0.4s linear forwards;
  animation: showTop 0.4s 0.4s linear forwards;
}
@-webkit-keyframes showTop {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes showTop {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
