html,
body {
  padding: 0;
  margin: 0;
  font-size: 1vw;
  font-family: 'Lato', sans-serif;
  color: white;
  min-height: 100vh;
  background-color: #060708;
}

.bounce {
  animation: bounce 2s infinite;
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
}

.cta {
  display: flex;
  width: 17.95vw;
  padding: 0.83vw 1.82vw;
  justify-content: center;
  align-items: center;
  gap: 0.52vw;
  background: #FF4655;
  box-sizing: border-box;
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.04vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1.04vw;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cta.mob {
  display: none;
}

.cta:hover {
  background: #FF616F;
}

section.hero {
  height: 50vw;
  box-sizing: border-box;
  padding: 7.08vw 8.33vw;
  padding: 6.1vw 8vw;
  padding-bottom: 0;
  text-align: left;
  position: relative;
}

section.hero .visual {
  position: absolute;
  top: 0;
  right: 0;
  height: 42.08vw;
}

section.hero h1 {
  color: #FFF;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "pressio-compressed", sans-serif;
  font-size: 21.88vw;
  font-style: normal;
  font-weight: 800;
  line-height: 80%;
  text-transform: uppercase;
}

section.hero article {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.31vw;
  width: 15.89vw;
  font-family: Rajdhani;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  top: 34.69vw;
  left: 39.53vw;
  position: absolute;
}

section.hero article strong {
  font-weight: 700;
}

section.hero .cta {
  top: 38.22vw;
  left: 71.51vw;
  position: absolute;
}

section.hero .logo {
  width: 2.5vw;
  top: 2.08vw;
  left: 8.09vw;
  position: absolute;
}

section.hero .divider {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

section.features {
  display: flex;
  justify-content: space-between;
  height: 63.65vw;
  padding: 10vw 8.54vw;
  box-sizing: border-box;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}

section.features .art {
  right: 4.38vw;
  bottom: -1.25vw;
  height: 41.46vw;
  position: absolute;
}

section.features .divider {
  bottom: 7.81vw;
  position: absolute;
  width: 100%;
  left: 0;
}

section.features h2 {
  text-align: right;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "pressio-compressed", sans-serif;
  font-size: 7.81vw;
  font-style: normal;
  font-weight: 800;
  line-height: 80%;
  text-transform: uppercase;
  position: relative;
  top: -0.4vw;
}

section.features h2 svg {
  position: absolute;
  right: 0;
  top: -2.29vw;
  height: 1.04vw;
}

section.features .cards {
  display: flex;
  align-items: flex-start;
  gap: 1.04vw;
}

section.features .cards .card {
  background: #0F1923;
  position: relative;
}

section.features .cards .card .wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  width: 26.98vw;
  overflow: hidden;
  transition: all 0.5s ease;
  transition-delay: 0.2s;
}

section.features .cards .card .title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.31vw;
}

section.features .cards .card .title * {
  white-space: nowrap;
}

section.features .cards .card .title h3 {
  font-family: Rajdhani;
  font-size: 1.67vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1.67vw;
  text-transform: uppercase;
}

section.features .cards .card .title p {
  font-family: Lato;
  font-size: 0.83vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.04vw;
  color: #C6C9CC;
}

section.features .cards .card .title.faded {
  transform: rotate(-90deg);
  position: absolute;
  bottom: 14vw;
  right: 0vw;
  opacity: 0;
  transition: all 0.3s ease;
}

section.features .cards .card .title.faded p,
section.features .cards .card .title.faded h3 {
  color: #4C545C;
}

section.features .cards .card .poster {
  width: 26.98vw;
  height: auto;
}

section.features .cards .card .desc {
  padding: 1.88vw;
  box-sizing: border-box;
}

section.features .cards .card.off .wrapper {
  width: 12.92vw;
  opacity: 0;
  transition-delay: 0s;
}

section.features .cards .card.off .title.faded {
  transition-delay: 0.3s;
  bottom: 8vw;
  opacity: 1;
}

section.steps {
  height: 28.17vw;
  background: #0F1923;
  box-sizing: border-box;
  padding: 4.38vw 8.54vw;
  position: relative;
}

section.steps h2 {
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "pressio-compressed", sans-serif;
  font-size: 7.81vw;
  font-style: normal;
  font-weight: 800;
  line-height: 80%;
  text-transform: uppercase;
  position: relative;
  top: -0.4vw;
}

section.steps h2 svg {
  position: absolute;
  left: -0.5vw;
  bottom: -4.79vw;
  height: 1.04vw;
}

section.steps .items {
  display: inline-flex;
  align-items: flex-start;
  gap: 6.67vw;
  position: absolute;
  top: 13.39vw;
  left: 32.34vw;
}

section.steps .items .item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25vw;
}

section.steps .items .item svg {
  height: 3.13vw;
}

section.steps .items .item article {
  display: flex;
  width: 12.5vw;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.42vw;
}

section.steps .items .item article h3 {
  color: #FFF;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Rajdhani;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}

section.steps .items .item article p {
  color: #C6C9CC;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Lato;
  font-size: 0.833vw;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

section.btm {
  justify-content: center;
  align-items: center;
  height: 49.48vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #060708;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/btm.webp);
  background-color: #060708;
}

section.btm article {
  display: inline-flex;
  gap: 2.14vw;
  align-content: stretch;
}

section.btm article .logo {
  width: 18.23vw;
  height: 18.23vw;
}

section.btm article h2 {
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "pressio-compressed", sans-serif;
  font-size: 7.81vw;
  font-style: normal;
  font-weight: 800;
  line-height: 80%;
  text-transform: uppercase;
  position: relative;
  top: -0.4vw;
}

section.btm article .desc {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
}

.pop {
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 2000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}

.pop a {
  position: relative;
}

.pop .xbtn {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: 0;
  cursor: pointer;
}

footer {
  width: 100%;
  text-align: center;
  padding: 1.56vw;
  box-sizing: border-box;
  border-bottom: 2px solid #0F1923;
}

footer .container {
  width: 64.06vw;
  justify-content: space-between;
  display: inline-flex;
  align-items: center;
}

footer .container img {
  height: 2.08vw;
}

footer .container p {
  color: #C6C9CC;
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Lato;
  font-size: 0.83vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  /* 20.8px */
}

@media only screen and (max-width: 600px) {
  .pop img {
    width: 90vw;
  }

  .cta.desk {
    display: none;
  }

  .cta.mob {
    display: flex;
    width: 235px;
    padding: 16px 35px;
    font-size: 20px;
    margin: 0 auto;
    line-height: 1;
  }

  section.hero {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 211px;
    text-align: center;
    padding-bottom: 76px;
    overflow: hidden;
  }

  section.hero .logo {
    top: 20px;
    left: 20px;
    height: 40px;
    width: 40px;
  }

  section.hero .divider {
    width: 550%;
  }

  section.hero .visual {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
  }

  section.hero h1 {
    position: relative;
    z-index: 4;
    font-size: 120px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
  }

  section.hero article {
    position: static;
    margin: 0 auto;
    text-align: center;
    gap: 6px;
    font-size: 20px;
    width: 100%;
    margin-bottom: 20px;
  }

  section.hero article span {
    display: none;
  }

  section.hero article * {
    font-size: 20px;
  }

  section.hero .cta {
    position: static;
  }

  section.features {
    height: auto;
    padding: 20px;
    padding-top: 76px;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 60px;
  }

  section.features .divider {
    display: none;
  }

  section.features h2 {
    font-size: 60px;
    text-align: center;
  }

  section.features h2 svg {
    width: 100%;
    height: 20px;
    top: auto;
    bottom: 14px;
  }

  section.features h2 svg path:nth-child(1) {
    position: absolute;
    transform: translateX(79px);
  }

  section.features h2 svg path:nth-child(2) {
    position: absolute;
    transform: translateX(-77px);
  }

  section.features .cards {
    flex-direction: column;
    gap: 48px;
  }

  section.features .cards .card .wrapper {
    width: 100%;
  }

  section.features .cards .card .wrapper .poster {
    width: 100%;
  }

  section.features .cards .card .title {
    gap: 6px;
    padding: 28px;
    box-sizing: border-box;
  }

  section.features .cards .card .title h3 {
    font-size: 24px;
    line-height: 1;
  }

  section.features .cards .card .title p {
    font-size: 15px;
    line-height: 1.3;
  }

  section.features .cards .card .title.faded {
    visibility: hidden !important;
  }

  section.features .cards .card.off .wrapper {
    width: 100%;
    opacity: 1;
    transition-delay: 0s;
  }

  section.features .art {
    display: none;
  }

  section.steps {
    display: none;
  }

  section.btm {
    height: 498px;
    background-size: auto 85%;
  }

  section.btm article {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    text-align: center;
  }

  section.btm article .logo {
    width: 56px;
    height: 56px;
  }

  section.btm article .desc {
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  section.btm article .desc .cta {
    width: 100%;
  }

  section.btm article .desc h2 {
    font-size: 60px;
  }

  footer .container {
    flex-direction: column;
    margin-top: 40px;
    gap: 20px;
    margin-bottom: 20px;
  }

  footer .container img {
    height: 40px;
  }

  footer .container p {
    font-size: 13px;
  }
}

/*# sourceMappingURL=style.css.map */

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  align-items: center;
  justify-content: center;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  z-index: 4;
}

.modal-content.slides {
  max-width: 100%;
  max-height: 100%;
}

/* Modal Content */
.modal-content {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: auto;
  padding: 32px;
  width: 100%;
  max-width: 520px;
  max-height: 335px;
  height: auto;
  overflow: hidden;
  background: url('./../img/popup-bg.webp') no-repeat 50% 50%;
  background-size: cover;
}

.modal-content * {
  box-sizing: border-box;
}

.modal-content .modal-logo {
  width: auto;
  height: 103px;
  margin: 0 0 35px;
}

.modal-content .first-heading {
  max-width: 300px;
  margin: 0;
  text-align: left;

  color: #FFF;
  text-shadow: 0px 0px 10px #151136;

  font-family: 'Rajdhani', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}

.modal-content .first-heading span {
  font-family: 'Rajdhani', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  color: #FF4655;
}

.modal-content .first-heading.popup span {
  position: absolute;
  opacity: 0;
  z-index: -4;
}

.modal-content .modal-block {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}

.modal-content .modal-block-inner {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  padding: 0px 0 20px;
}

.modal-content .popup-text {
  max-width: 235px;
  margin: 4px 0 10px;
  padding: 0;
  color: #fff;
  text-shadow: 0px 0px 10px #151136;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.modal-content .popup-text a {
  color: #FF4655;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  text-decoration-line: underline;
}

.btn-close {
  display: block;
  position: absolute;
  top: 21px;
  right: 21px;
  width: 10px;
  height: 10px;
  cursor: pointer;
}

.cta {
  color: #fff;
  text-decoration: none;  
}