@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@900&display=swap');

body {
  position: relative;
  height: 100%;
  position: relative;
  font-family: 'Exo', sans-serif;
  font-style: italic;
  font-weight: 900;
  color: #ffffff;
  background: #000000;
  letter-spacing: 0.03em;
  overflow-x: hidden;
}

body::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  min-width: 100vw;
  min-height: 100vh;
  background-image: url(../images/body-background.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  z-index: -100;
}

h1,
h2,
h3,
h4,
.title {
  display: block;
  position: relative;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-filter: drop-shadow(0px 4px 4px #000000);
  filter: drop-shadow(0px 4px 4px #000000);
}

h1 {
  font-size: 60px;
}

h2 {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 48px;
  letter-spacing: 0.03em;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffda68),
    to(#ff9900)
  );
  background: -o-linear-gradient(top, #ffda68 0%, #ff9900 100%);
  background: linear-gradient(180deg, #ffda68 0%, #ff9900 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

h3 {
  font-size: 40px;
}

h4 {
  font-size: 40px;
}

.image img {
  display: block;
}

svg {
  display: inline-block;
  position: relative;
  vertical-align: inherit;
  fill: rgba(255, 255, 255, 1);
  line-height: 1;
}

use {
  fill: rgba(255, 255, 255, 1);
  fill-rule: evenodd;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.main {
  margin: 0 auto;
  max-width: 1930px;
}

.background {
  position: absolute;
  top: 0;
}

.background:first-of-type {
  left: 0;
}

.background:last-of-type {
  right: 0;
}

.content,
.cover {
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 32px 30px 0 30px;
}

.cover {
  height: auto;
}

/* HEADER */
.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 660px;
  z-index: 100;
}

.header__logo img {
  max-height: 70px;
}

.header__logo + .header__logo {
  margin-left: 12px;
}

/* 	PRIME */
.prime {
  padding: 0 24px 163px;
  min-height: calc(100vh - 107px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.hidden {
  opacity: 0;
}

.prime__wrap {
  margin: 68px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  max-width: 880px;
}

.prime__wrap + .prime__wrap > * {
  margin-bottom: 12px;
}

h1.title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 900;
  font-size: 65px;
  line-height: 1.05;
  letter-spacing: 0.03em;
  text-align: center;
  -webkit-filter: drop-shadow(0px 4px 4px #000000);
  filter: drop-shadow(0px 4px 4px #000000);
}

.prime__title > span {
  display: inline-block;
  background: -o-linear-gradient(top, #ffffff 0%, #958b90 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffffff),
    to(#958b90)
  );
  background: linear-gradient(180deg, #ffffff 0%, #958b90 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.prime__title .contrast-text {
  background: -o-linear-gradient(top, #00ffa0 0%, #0b744d 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#00ffa0),
    to(#0b744d)
  );
  background: linear-gradient(180deg, #00ffa0 0%, #0b744d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.prime__title span + span {
  margin-top: 8px;
}

.prime__image {
  display: none;
}

.prime__wrap .bold-text {
  padding: 10px 32px;
  width: 100%;
  max-width: 880px;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(15.1%, #0b1b62),
    color-stop(29.17%, #0b1b62),
    to(rgba(0, 0, 0, 0.2))
  );
  background: -o-linear-gradient(
    top,
    #0b1b62 15.1%,
    #0b1b62 29.17%,
    rgba(0, 0, 0, 0.2) 100%
  );
  background: linear-gradient(
    180deg,
    #0b1b62 15.1%,
    #0b1b62 29.17%,
    rgba(0, 0, 0, 0.2) 100%
  );
  -webkit-box-shadow: 0px 4px 20px #052ace;
  box-shadow: 0px 4px 20px #052ace;
  border-radius: 12px;
}

.prime__wrap p + p {
  margin-top: 8px;
}

.prime__date {
  margin-top: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.prime__date span {
  margin: 0 6px;
  font-weight: 700;
  font-size: 36px;
}

.prime__date span:first-of-type {
  margin-top: -35px;
}

.prime__date img {
  display: block;
}

.prime__button {
  padding: 17px 20px;
  display: inline-block;
  width: 100%;
  max-width: 395px;
  font-style: italic;
  font-weight: 700;
  font-size: 28px;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffda68),
    to(#ff9900)
  );
  background: -o-linear-gradient(top, #ffda68 0%, #ff9900 100%);
  background: linear-gradient(180deg, #ffda68 0%, #ff9900 100%);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.62);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.62);
  border-radius: 32px;
}

.prime__button:hover,
.prime__button:focus {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.prime__wrap .prime__link {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.03em;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-transform: capitalize;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}

.prime__link:hover,
.prime__link:focus {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* MODAL */
.terms-modal.hidden {
  top: -150vh;
}

.terms-modal {
  padding: 32px;
  position: fixed;
  width: 100%;
  max-width: 920px;
  max-height: 100vh;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1000;
  background: #131313;
  overflow: scroll;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 8px;
}

.terms-modal__button {
  padding: 16px;
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 10;
}

.terms-modal .title {
  margin-bottom: 10px;
}

.terms-modal ol li {
  padding-left: 26px;
  position: relative;
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  counter-increment: step-counter;
}

.terms-modal li:before {
  content: counter(step-counter) '.';
  position: absolute;
  left: 0;
  top: 0;
  min-width: 20px;
  text-align: right;
}

.terms-modal ol li + li {
  margin-top: 6px;
}

/* FOOTER */
.footer {
  padding-top: 0;
  padding-bottom: 32px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

.footer img {
  display: block;
}

.footer__general {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer__general ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer__general li {
  margin: 0 13px;
}
