/* FONT TYPE DEFINITIONS */

@font-face {
  font-family: "IntelOne Display";
  src: url("../fonts/fonts/");
  src:
    url("../fonts/intelone-display-regular.woff") format("woff"),
    url("../fonts/intelone-display-regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IntelOne Display";
  src: url("../fonts/intelone-display-medium.eot");
  src:
    url("../fonts/intelone-display-medium.woff") format("woff"),
    url("../fonts/intelone-display-medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IntelOne Display";
  src: url("../fonts/intelone-display-light.eot");
  src:
    url("../fonts/intelone-display-light.woff") format("woff"),
    url("../fonts/intelone-display-light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IntelOne Display";
  src: url("../fonts/intelone-display-bold.eot");
  src:
    url("../fonts/intelone-display-bold.woff") format("woff"),
    url("../fonts/intelone-display-bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

html {
  background-color: #000;
}

body {
  font-family: "IntelOne Display", sans-serif;
  color: #fff;
  overflow-x: hidden;
  max-width: 1515px;
  margin: 0 auto;
  background-color: #000;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  width: 100%;
}
a {
  text-decoration: none;
  color: #fff;
  overflow-wrap: break-word;
  word-break: normal;
}
a:hover {
  cursor: pointer;
  text-decoration: underline;
}

.text {
  font-weight: 300;
}

.cta-btn {
  text-align: center;
  font-family: "IntelOne Display";
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  cursor: pointer;
  background: linear-gradient(90deg, #4a3aff 0%, #a923f1 100%);
  font-family: "IntelOne Display", sans-serif;
  border: none;
  transition: all 300ms ease-in-out;
  z-index: 10;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5.5px 20px;
  width: unset;
  height: unset;
}
.cta-btn:hover {
  background: linear-gradient(90deg, #4a3aff 0%, #9917df 100%);
}

/* =========================
   SECTION ONE
========================= */
.section-one {
  position: relative;
  min-height: 317px;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}
.section-one::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;

  height: 45px;
  pointer-events: none;
  z-index: 10;

  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.95) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
.section-one .img-pattern {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 127px;
}
.section-one .img-badge {
  width: 54px;
  height: auto;
  position: absolute;
  top: 26px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  filter: drop-shadow(0 0 18.4px #6ddcff);
}

.section-one .img-girl {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.section-one .hero__content-container {
  display: flex;
  flex-direction: column;
  padding: 0 0 29px 25px;
  gap: 14px;
  position: absolute;
  bottom: 0;
  z-index: 10;
  isolation: isolate;
}

.section-one .hero__content-container h1 {
  font-family: "IntelOne Display";
  font-style: italic;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: -1.3px;
  text-align: left;
  line-height: 32px;
  max-width: unset;
}

.only-dt {
  display: none;
}

.section-one .hero__content-container .copy-container h1 .to_left {
  position: relative;
  display: block;
  left: 24px;
  letter-spacing: -1.1px;
}

.section-one .hero__content-container .copy-container {
  position: relative;
  top: -10px;
}

.section-one .hero__content-container .cta-btn {
  cursor: pointer;
  background: linear-gradient(90deg, #4a3aff 0%, #a923f1 100%);
  border: none;
  transition: background 300ms ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5.5px 20px;
  width: fit-content;
  margin-left: 24px;
}

.section-one .hero__content-container .cta-btn:hover {
  background: linear-gradient(90deg, #4a3aff 0%, #9917df 100%);
}

.section-one .hero__content-container .cta-btn p {
  text-align: center;
  font-family: "IntelOne Display", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  color: #fff;
}

.section-one .gradient-bottom {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  filter: blur(11px);
  width: 100%;
  height: 45px;
  display: block;
  position: absolute;
  z-index: 3;
  bottom: -22px;
}

/* =========================
   SECTION TWO
========================= */
.section-two {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  padding: 34.57px 23px 0 0;
  min-height: 285px;
  max-width: 1515px;
  background-color: #000002;
  z-index: 3;
  isolation: isolate;
}

.section-two .img-pattern {
  position: absolute;
  left: 0;
  top: 39px;
  z-index: 2;
  width: 163px;
}

.section-two .section-two__content-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 11px;
  width: 318px;
  z-index: 10;
}

.section-two .section-two__content-container h2 {
  display: flex;
  flex-direction: column;
  font-size: 32px;
  font-family: "IntelOne Display";
  font-style: italic;
  font-weight: 700;
  line-height: 35.2px;
  hyphens: auto;
  overflow-wrap: normal;
  word-break: normal;
}

.section-two .section-two__content-container h2 span {
  display: block;
  width: fit-content;
}

.section-two .section-two__content-container h2 span:nth-of-type(1) {
  letter-spacing: -1.2px;
  margin-right: 12px;
}

.section-two .section-two__content-container h2 span:nth-of-type(2) {
  text-align: left;
  margin-left: 22px;
  letter-spacing: -0.8px;
  display: block;
}

.section-two .text {
  width: 244px;
  font-size: 12px;
  line-height: 14px;
  margin-right: 30px;
  letter-spacing: 0.6%;
  hyphens: auto;
  overflow-wrap: normal;
  word-break: normal;
}

/* =========================
   SECTION THREE
========================= */
.section-three {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  isolation: isolate;
  padding: 39px 0 0 21px;
  min-height: 346px;
  max-width: 1515px;
}

.section-three .img-pattern.mirror {
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 2;
  width: 162px;
  transform: scale(-1, -1);
}

.section-three .img-battlefield {
  position: absolute;
  right: 0;
  height: 346px;
  max-width: 340px;
  z-index: 5;
  transform: translateY(50%);
  bottom: 50%;
}

.section-three .section-three_content-container {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 27px;
  z-index: 20;
}

.section-three .section-three_content-container .copy-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.section-three .section-three_content-container .copy-container h2 {
  display: flex;
  flex-direction: column;
  font-size: 32px;
  font-family: "IntelOne Display";
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.32px;
  line-height: 31px;
  z-index: 10;
  width: 173px;
  hyphens: auto;
  overflow-wrap: normal;
  word-break: normal;
}

.section-three .section-three_content-container .copy-container h2 span {
  display: block;
  width: fit-content;
  letter-spacing: -1.7px;
}

.section-three
  .section-three_content-container
  .copy-container
  h2
  span:nth-of-type(2) {
  text-align: left;
  margin-left: 15px;
  letter-spacing: -0.9px;
}

.section-three .section-three_content-container .copy-container .text {
  width: 139px;
  font-size: 11px;
  line-height: 14px;
  margin-left: 3px;
  letter-spacing: 3%;
}

.section-three .section-three_content-container .cta-btn {
  cursor: pointer;
  background: linear-gradient(90deg, #4a3aff 0%, #a923f1 100%);
  border: none;
  transition: background 300ms ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5.5px 20px;
  width: fit-content;
  margin-left: 27px;
}

.section-one .hero__content-container .cta-btn:hover {
  background: linear-gradient(90deg, #4a3aff 0%, #9917df 100%);
}

.section-three::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;

  height: 45px;
  pointer-events: none;
  z-index: 10;

  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.95) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

/* =========================
   SECTION FOUR
========================= */
.section-four {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  min-height: 500px;
  overflow: hidden;
  isolation: isolate;
  z-index: 10;
  padding: 10px 0 0 26px;
  background: rgb(0, 0, 0);
  max-width: 1515px;
}

.section-four::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 200px;
  pointer-events: none;
  z-index: 15;
  background: linear-gradient(
    to bottom,
    rgb(0, 0, 0) 50%,
    rgba(0, 0, 0, 0) 100%
  );
}

.section-four::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 100px;
  pointer-events: none;
  z-index: 15;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.95) 35%,
    rgba(0, 0, 0, 0) 100%
  );
}

.section-four .sec4-background {
  position: absolute;
  width: fit-content;
  max-width: unset;
  z-index: 10;
  height: 393px;
  bottom: 26px;
  right: -14px;
}

.section-four .sec4-pattern {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 171px;
  height: auto;
  z-index: 20;
}

.section-four .section-four_content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 28px;
  isolation: isolate;
  z-index: 20;
  width: 273px;
}

.section-four .section-four_content-container h2 {
  display: flex;
  flex-direction: column;
  font-size: 32px;
  font-family: "IntelOne Display";
  font-style: italic;
  font-weight: 700;
  letter-spacing: -1px;
  text-align: left;
  line-height: 30px;
}

.section-four .section-four_content-container h2 span {
  display: block;
}

.section-four .section-four_content-container h2 span:nth-of-type(2) {
  margin-left: 30px;
}

.section-four .section-four_content-container .text {
  width: 237px;
  font-size: 12px;
  line-height: 14.4px;
  letter-spacing: 1%;
  margin-left: 3px;
}

.section-four .text .bullet-list {
  margin-top: 13px;
  list-style-type: square;
  padding-left: 18px;
}

/* =========================
   SECTION FIVE
========================= */
.section-five {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  min-height: 436px;
  max-width: 1515px;
  z-index: 10;
  isolation: isolate;
  padding-top: 14px;
}

.section-five::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 45px;
  pointer-events: none;
  z-index: 10;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.95) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.section-five .img-gamer_boy {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
}

.section-five .section-five_content-container {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  gap: 14px;
  width: fit-content;
}

.section-five .section-five_content-container h2 {
  position: relative;
  font-size: 31px;
  font-family: "IntelOne Display";
  font-style: italic;
  font-weight: 700;
  letter-spacing: -3%;
  text-align: center;
  line-height: 32px;
  z-index: 11;
  margin-left: -7px;
  max-width: 340px;
}

.section-five .section-five_content-container .text {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 326px;
  z-index: 20;
}

.section-five .section-five_content-container .text p {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 326px;
  font-size: 11.5px;
  line-height: 14.4px;
  letter-spacing: 3%;
  text-align: center;
}

.section-five::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 34px;
  bottom: -17px;
  pointer-events: none;
  z-index: 20;
  background: linear-gradient(
    to bottom,
    rgba(5, 8, 20, 0) 0%,
    rgb(12, 39, 78) 50%,
    rgba(11, 16, 35, 0) 100%
  );
}

/* =========================
   SECTION SIX
========================= */
.section-six {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  min-height: 354px;
  max-width: 1515px;
  overflow: hidden;
  padding-bottom: 10px;
  z-index: 4;
  padding-top: 32px;
  padding-bottom: 32px;
  background: linear-gradient(
    180deg,
    rgba(35, 136, 255, 0.7) -105.5%,
    rgba(8, 18, 46, 0.7) 69.27%
  );
}

.section-six .bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.section-six .bg .img-glow {
  position: absolute;
  width: 100%;
  height: 242px;
  bottom: 0;
}

.section-six .section-six_content-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 42px;
}

.section-six .section-six_content-container h2 {
  position: relative;
  text-align: center;
  font-size: 32px;
  font-family: "IntelOne Display";
  font-style: italic;
  font-weight: 700;
  letter-spacing: -2%;
  line-height: 33px;
  width: 317px;
  z-index: 2;
  margin-left: 6px;
}

.section-six .section-six_content-container h2 .regis {
  font-size: 18px;
  font-style: normal;
  position: absolute;
  bottom: 8px;
}

.section-six .text {
  position: relative;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  z-index: 4;
}

.section-six .text p {
  max-width: 315px;
  margin: 8px auto 0;
}

.text p:nth-child(1) {
  margin-top: 0 !important;
}

.section-six .link {
  text-decoration: underline;
}
