@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap";

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

:focus {
  outline: 0
}

img {
  border: none;
  display: block
}

ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0
}

a {
  text-decoration: none;
  cursor: pointer !important
}

body,
html {
  width: 100%;
  height: 100%;
  min-height: 100%
}

body {
  font-family: 'Montserrat', sans-serif !important;
  color: #fff !important;
  background: #000
}

#particles-js {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -2;
  top: 0;
  left: 0
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -3;
  transition: all .5s ease
}

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: rgba(0, 0, 0, .5)
}

.blur {
  filter: blur(6px);
  -webkit-filter: blur(6px);
  -moz-filter: blur(6px);
  -o-filter: blur(6px);
  -ms-filter: blur(6px);
  transition: filter .3s ease;
  -webkit-transition: filter .3s ease;
  -moz-transition: filter .3s ease
}

.wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-row: 100%;
  grid-template-rows: 100%;
  width: 100%;
  height: auto;
  min-height: 100%
}

.step-item {
  width: 94%;
  max-width: 520px;
  height: auto;
  margin: 1rem auto;
  -ms-grid-column: 1 / 1;
  grid-column: 1 / 1;
  -ms-grid-row: 1 / 1;
  grid-row: 1 / 1;
  transition: transform 0.8s ease;
  text-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  will-change: transform;
}

.step-item[data-effect="turn"] {
  -webkit-transform: rotate3d(0, 1, 0, -90deg);
  transform: rotate3d(0, 1, 0, 90deg);
  transform-origin: center center;
}

.step-item[step="1"] {
  transform: none;
}

.block {
  position: relative;
  background: rgba(15, 15, 30, 0.85);
  padding: 38px 28px;
  border-radius: 20px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(106, 17, 203, 0.05), rgba(37, 117, 252, 0.05));
  z-index: -1;
}

.btn_wrp {
  display: block;
  margin-top: 25px
}

.btn {
  width: 75%;
  margin: 12px auto;
  display: block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 14px 20px;
  cursor: pointer;
  letter-spacing: 0.5px;
  word-break: break-word;
  position: relative;
  z-index: 0;
  overflow: visible;
  border-radius: 8px;
  background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(37, 117, 252, 0.4);
  border: none;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 117, 252, 0.6);
}

.btn::before {
  display: none;
}

.act {
  background: linear-gradient(135deg, #ff416c 0%, #ff4b2b 100%);
  box-shadow: 0 4px 15px rgba(255, 65, 108, 0.4);
}

.act:hover {
  box-shadow: 0 6px 20px rgba(255, 65, 108, 0.6);
}

.btn_final {
  width: 75%;
  margin: 12px auto;
  display: block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 14px 20px;
  cursor: pointer;
  letter-spacing: 0.5px;
  position: relative;
  z-index: 0;
  overflow: visible;
  border-radius: 8px;
  background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(17, 153, 142, 0.4);
  border: none;
}

.btn_final:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(17, 153, 142, 0.6);
}

.btn_final::before {
  display: none;
}

h1 {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.2px;
  display: block;
  margin-bottom: 15px;
  line-height: 2.1rem;
  font-style: normal;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5)
}

h1 span {
  display: block;
  font-size: 1.4rem
}

h1 span strong {
  font-weight: 700;
  font-size: 2.6rem;
  position: relative;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 2.6rem;
}

.lj-logo {
  font-size: 2.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: #2575fc;
  text-shadow: 0 2px 10px rgba(37, 117, 252, 0.6);
  margin: 10px 0;
}

h3 {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 3px;
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
  line-height: 2.2rem;
  font-style: normal;
}

[step="11"] h4 {
  width: 90%;
  max-width: 420px;
  min-height: 24px;
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
  margin: 12px auto;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  padding: 0 0 0 30px;
  display: none;
  transition: background .2s ease;
  color: #e6e6e6;
}

h4.blue {
  color: #2575fc;
}

h4.green {
  color: #38ef7d;
}

.loader {
  color: #fff;
  font-size: 40px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 70px auto 30px;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
}

.bgvideo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -100;
}

.bgvideo video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 1080px) {
  h1 {
    font-size: 1.6rem;
    margin-bottom: 20px;
    line-height: 2.6rem;
  }

  .lj-logo {
    font-size: 3.2rem;
  }

  .btn,
  .btn_final {
    font-size: 1.5rem;
    padding: 15px 20px;
    width: 70%;
  }

  .block {
    padding: 45px 35px;
  }

  .step-item {
    max-width: 620px;
  }
}

@media (max-width: 480px) {
  .block {
    padding: 30px 20px;
  }

  h1 {
    font-size: 1.3rem;
    line-height: 2rem;
  }

  .lj-logo {
    font-size: 2.3rem;
  }

  .btn,
  .btn_final {
    font-size: 1.2rem;
    padding: 12px 18px;
  }
}

@media (max-width: 360px) {
  .block {
    padding: 25px 15px;
  }

  h1 {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .btn,
  .btn_final {
    width: 90%;
    font-size: 1.1rem;
    padding: 10px 15px;
  }
}

@keyframes load6 {
  0% {
    box-shadow: 0 -.83em 0 -0.4em, 0 -.83em 0 -0.42em, 0 -.83em 0 -0.44em, 0 -.83em 0 -0.46em, 0 -.83em 0 -.477em
  }

  5%,
  95% {
    box-shadow: 0 -.83em 0 -0.4em, 0 -.83em 0 -0.42em, 0 -.83em 0 -0.44em, 0 -.83em 0 -0.46em, 0 -.83em 0 -.477em
  }

  10%,
  59% {
    box-shadow: 0 -.83em 0 -0.4em, -.087em -.825em 0 -0.42em, -.173em -.812em 0 -0.44em, -.256em -.789em 0 -0.46em, -.297em -.775em 0 -.477em
  }

  20% {
    box-shadow: 0 -.83em 0 -0.4em, -.338em -.758em 0 -0.42em, -.555em -.617em 0 -0.44em, -.671em -.488em 0 -0.46em, -.749em -.34em 0 -.477em
  }

  38% {
    box-shadow: 0 -.83em 0 -0.4em, -.377em -.74em 0 -0.42em, -.645em -.522em 0 -0.44em, -.775em -.297em 0 -0.46em, -.82em -.09em 0 -.477em
  }

  100% {
    box-shadow: 0 -.83em 0 -0.4em, 0 -.83em 0 -0.42em, 0 -.83em 0 -0.44em, 0 -.83em 0 -0.46em, 0 -.83em 0 -.477em
  }
}

@keyframes round {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

.trnsIn {
  transform: none !important;
  display: block !important;
}

.trns {
  transform: rotate3d(0, 1, 0, -90deg) !important;
  display: none !important;
}

input[type="submit"] {
  width: 75% !important;
  margin: 12px auto !important;
  display: block !important;
  color: #fff !important;
  font-size: 1.4rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  padding: 14px 20px !important;
  cursor: pointer !important;
  letter-spacing: 0.5px !important;
  border-radius: 8px !important;
  background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%) !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 15px rgba(37, 117, 252, 0.4) !important;
  border: none !important;
  font-family: 'Montserrat', sans-serif !important;
}

input[type="submit"]:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(37, 117, 252, 0.6) !important;
}

.text-margin-top {
  margin-top: 1rem;
}