@import url("https://fonts.googleapis.com/css2?family=Mohave:wght@600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,400;8..144,500;8..144,700&display=swap");
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Mohave", sans-serif;
}

* {
  font-family: "Roboto Flex", sans-serif;
}

html {
  font-size: 62.5%;
  background-color: #060608;
}

body {
  color: #fff;
  font-size: 1.6rem;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 150%;
}

ul {
  list-style: none;
}

a {
  color: unset;
  text-decoration: none;
}

button {
  border: 0;
  background-color: transparent;
  color: unset;
}

a,
button {
  cursor: pointer;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: 100%;
  max-width: 121.6rem;
  margin: 0 auto;
  padding: 0 15px;
}

header {
  position: sticky;
  top: 0;
  width: 100%;
  height: 7.2rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  background-color: rgba(0, 4, 7, 0.9);
  backdrop-filter: blur(4px);
  z-index: 2023;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header nav {
  display: flex;
  gap: 4.7rem;
}
header nav a {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 150%;
  transition: color 0.3s ease;
}
header nav a:hover {
  color: #f55827;
}
header button {
  padding: 0.95rem 2.4rem;
  border: 2px solid #2f2f3b;
  border-radius: 3.2rem;
  font-size: 1.4rem;
  line-height: 150%;
  font-weight: 500;
  transition: all 0.3s ease;
}
header button:hover {
  background-color: #fff;
  color: #2f2f3b;
  box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 560px) {
  header button {
    padding: 0.95rem 2rem;
  }
}
@media screen and (max-width: 991px) {
  header nav {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  header .logo {
    max-width: 12.6rem;
  }
}

.hero {
  position: relative;
  width: 100%;
  height: 80rem;
  padding-top: 11.2rem;
  padding-bottom: 14.3rem;
  background-image: url("../media/bg-hero.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  /**
   * Price section and buttons
   */
  /**
   * List with features about the game
   */
}
.hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20.6rem;
  background: linear-gradient(180deg, #060608 0%, rgba(0, 4, 7, 0) 100%);
  transform: rotate(180deg);
  z-index: 2;
  pointer-events: none;
}
.hero .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.hero .container > section {
  /**
   * Left section on the container
   */
  /**
   * Right section on the container
   */
}
.hero .container > section:nth-of-type(1) {
  position: relative;
  width: 100%;
  max-width: 62.2rem;
  animation: fadeLeft 1s forwards;
}
.hero .container > section:nth-of-type(1) .platform {
  height: 3rem;
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  border-radius: 0.4rem;
  padding-left: 1.2rem;
  margin-bottom: 2.4rem;
  background-color: #1b1b21;
  line-height: 150%;
  overflow: hidden;
}
.hero .container > section:nth-of-type(1) .platform span {
  color: #c0c0cc;
  font-size: 1.2rem;
  font-weight: 400;
}
.hero .container > section:nth-of-type(1) .platform strong {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  background-color: #25252e;
  font-size: 1.2rem;
  font-weight: 500;
}
.hero .container > section:nth-of-type(1) h1 {
  margin-bottom: 0.8rem;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 560px) {
  .hero .container > section:nth-of-type(1) h1 {
    max-width: 84%;
    font-size: 4.2rem;
    line-height: 120%;
  }
}
.hero .container > section:nth-of-type(1) .subtitle {
  margin-bottom: 4.8rem;
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (max-width: 560px) {
  .hero .container > section:nth-of-type(1) .subtitle {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .hero .container > section:nth-of-type(1) {
    max-width: 100%;
    z-index: 3;
  }
}
.hero .container > section:nth-of-type(2) {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1.6rem;
  text-align: right;
  animation: fadeRight 1s forwards;
}
.hero .container > section:nth-of-type(2) strong {
  width: 3.2rem;
  height: 3.2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  border-radius: 0.6rem;
  background-color: #f09104;
  font-size: 1.2rem;
  font-weight: 700;
}
.hero .container > section:nth-of-type(2) ul {
  color: #e1e1e1;
  font-size: 1.2rem;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .hero .container > section:nth-of-type(2) {
    display: none;
  }
}
.hero .price {
  margin-bottom: 7.2rem;
}
.hero .price h3 {
  margin-bottom: 2.4rem;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 560px) {
  .hero .price h3 {
    margin-bottom: 1rem;
  }
}
.hero .price > section {
  display: flex;
  align-items: center;
  gap: 2.2rem;
}
.hero .price > section button:nth-of-type(1) {
  height: 5.6rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 4rem;
  border-radius: 3.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  background-color: #f55827;
  transition: all 0.3s ease;
}
.hero .price > section button:nth-of-type(1):hover {
  background-color: #CF3302;
  box-shadow: 0px 0px 0px 3px rgba(245, 88, 39, 0.3);
}
.hero .price > section button:nth-of-type(2) {
  width: 5.6rem;
  height: 5.6rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1.6rem;
  border: 2px solid #2f2f3b;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.3s ease;
}
.hero .price > section button:nth-of-type(2) svg {
  width: 1.8rem;
  height: 1.6rem;
  color: #c0c0cc;
}
.hero .price > section button:nth-of-type(2):hover {
  box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.3);
  background-color: #fff;
}
.hero .price > section button:nth-of-type(2):hover svg {
  color: #060608;
}
@media screen and (max-width: 560px) {
  .hero .price > section button:nth-of-type(2) {
    border-color: #c0c0cc;
  }
}
@media screen and (max-width: 560px) {
  .hero .price {
    margin-bottom: 4rem;
  }
}
.hero .features {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-bottom: 1.6rem;
}
.hero .features > li > ul {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.hero .features > li > ul > li {
  display: inline-flex;
  align-items: center;
  gap: 1.6rem;
  color: #f2f2ff;
  font-size: 1.6rem;
  font-weight: 500;
}
.hero .features > li > ul > li:last-child::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #c0c0cc;
}
@media screen and (max-width: 560px) {
  .hero .features > li > ul > li {
    font-size: 1.4rem;
  }
  .hero .features > li > ul > li:last-child {
    margin-left: 4rem;
    font-size: 1.2rem;
    color: #c0c0cc;
  }
  .hero .features > li > ul > li:last-child::before {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .hero .features > li > ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.4rem;
  }
}
.hero .features > li:not(.hero .features > li:has(ul)) {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (max-width: 560px) {
  .hero .features > li:not(.hero .features > li:has(ul)) {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 560px) {
  .hero .features {
    gap: 1.2rem;
  }
}
@media screen and (max-width: 1200px) {
  .hero {
    height: auto;
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
@media screen and (max-width: 560px) {
  .hero {
    padding-top: 4rem;
    padding-bottom: 6rem;
    background-size: cover;
    background-position-x: 60%;
  }
}

/**
 * Animations
 */
@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeRight {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.videos {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 6.4rem;
  overflow: hidden;
}
.videos::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 33.4rem;
  height: 100%;
  background: linear-gradient(270deg, #060608 -3.29%, rgba(6, 6, 8, 0) 64.25%);
  z-index: 2;
  pointer-events: none;
}
.videos .container > section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  padding-bottom: 3.2rem;
}
.videos .container > section h2 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.videos .card {
  width: 100%;
  max-width: 38.8rem;
  display: inline-flex;
  flex-direction: column;
  gap: 2.2rem;
}
.videos .card .thumbnail {
  position: relative;
  width: 100%;
  height: 21.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.videos .card .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.videos .card .thumbnail svg {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
.videos .card .thumbnail::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 39.1rem;
  height: 22.2rem;
  background: url("../media/image-hover.svg") no-repeat center center;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
.videos .card .thumbnail:hover svg {
  opacity: 100%;
}
.videos .card .thumbnail:hover::before {
  opacity: 100%;
}
.videos .card h3 {
  color: #c0c0cc;
  font-family: "Roboto Flex", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
}
.videos .swiper-pagination {
  position: relative;
  width: auto;
  bottom: 0;
}
.videos .swiper-pagination > span {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0;
  background-color: #2f2f3b;
  transition: background-color 0.3s ease;
  opacity: 1;
}
.videos .swiper-pagination > span.swiper-pagination-bullet-active {
  background-color: #fff;
}
.videos .swiper-pagination > span:hover {
  background-color: #fff;
}
.videos .slider {
  position: relative;
}
.videos .slider .btn {
  position: absolute;
  top: 10.8rem;
  width: 4rem;
  height: 4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #2f2f3b;
  transition: opacity 0.3s ease;
  z-index: 5;
}
.videos .slider .btn svg {
  color: #fff;
  width: 2.4rem;
  height: 2.4rem;
}
.videos .slider .btn-prev {
  left: 0;
  rotate: 180deg;
}
.videos .slider .btn-next {
  right: 0;
}
.videos .slider .btn.swiper-button-disabled {
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  .videos .slider .btn {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .videos {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 560px) {
  .videos {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.villain {
  position: relative;
  width: 100%;
  height: 80rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  animation: changeBg 10s infinite linear;
  text-align: center;
}
.villain h2 {
  margin-bottom: 0.8rem;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 560px) {
  .villain h2 {
    font-size: 3.6rem;
  }
}
.villain p {
  margin-bottom: 7.2rem;
  color: #ceced9;
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (max-width: 560px) {
  .villain p {
    margin-bottom: 4rem;
    max-width: 80%;
    font-size: 1.6rem;
  }
}
.villain::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20.6rem;
  background: linear-gradient(180deg, #060608 0%, rgba(0, 4, 7, 0) 100%);
  z-index: 2;
  pointer-events: none;
}
.villain::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20.6rem;
  background: linear-gradient(180deg, #060608 0%, rgba(0, 4, 7, 0) 100%);
  transform: rotate(180deg);
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .villain {
    height: 55rem;
  }
}
@media screen and (max-width: 991px) {
  .villain::before, .villain::after {
    height: 10rem;
  }
}
@media screen and (max-width: 560px) {
  .villain {
    padding: 6rem 2rem;
  }
}

@keyframes changeBg {
  0% {
    background-image: url("../media/bg-venon.png");
    background-position: right;
  }
  20% {
    background-image: url("../media/bg/01.png");
  }
  30% {
    background-image: url("../media/bg/02.png");
    background-position: center;
  }
  40% {
    background-image: url("../media/bg/03.png");
  }
  50% {
    background-image: url("../media/bg/04.png");
  }
  60% {
    background-image: url("../media/bg/05.png");
  }
  70% {
    background-image: url("../media/bg/06.png");
  }
  80% {
    background-image: url("../media/bg/07.png");
  }
  90% {
    background-image: url("../media/bg/08.png");
    background-position: center;
  }
  100% {
    background-image: url("../media/bg-venon.png");
    background-position: right;
  }
}
footer {
  position: relative;
  padding-top: 9.6rem;
  padding-bottom: 7.2rem;
}
footer .container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.6rem;
}
footer .container section:nth-of-type(1) {
  width: 100%;
  max-width: 66.8rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
footer .container section:nth-of-type(1) > strong {
  font-family: "Mohave", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
footer .container section:nth-of-type(1) > p {
  color: #ceced9;
  font-size: 1.4rem;
}
footer .container section:nth-of-type(2) {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2.4rem;
}
footer .container section:nth-of-type(2) > span {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
}
footer .container section:nth-of-type(2) > img {
  height: 2rem;
}
@media screen and (max-width: 991px) {
  footer .container section:nth-of-type(2) {
    flex-shrink: 0;
  }
}
@media screen and (max-width: 560px) {
  footer .container {
    flex-direction: column;
    align-items: center;
    gap: 4rem;
  }
  footer .container section {
    text-align: center;
  }
}
footer::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 1.6rem;
  background: url("../media/line.svg") no-repeat center center;
}
@media screen and (max-width: 1200px) {
  footer {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 560px) {
  footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  footer::before {
    background-position: right;
  }
}

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