/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./assets/styles/base.scss ***!
  \************************************************************************************************************************************************************************************************************************************************/
@layer reset {
  *, *:before, *:after {
    box-sizing: border-box;
  }
  html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-size-adjust: none;
  }
  footer, header, nav, section, main {
    display: block;
  }
  body {
    line-height: 1;
  }
  ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  input {
    -webkit-appearance: none;
    border-radius: 0;
  }
}
html {
  background-color: #0b0b0b;
}

body {
  display: flex;
  justify-content: center;
}

.content {
  max-width: 1920px;
  width: 100%;
  height: 100vh;
  background-color: #0b0b0b;
}

.header {
  position: fixed;
  max-width: 1920px;
  width: 100%;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #f2f2f2;
  z-index: 9999;
}
.header__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
  top: 0;
  left: 0;
}
.header__nav__logo {
  width: 40px;
  fill: #f2f2f2;
  stroke: #000;
}
.header__nav__ul__li {
  list-style: none;
  display: inline-block;
  margin-left: 40px;
}
.header__nav__ul__li__a {
  display: inline-block;
  text-decoration: none;
  color: #f2f2f2;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 600;
  opacity: 0.8;
  transition: all 0.3s ease;
}
.header__nav__ul__li__a:hover {
  transform: translateY(-4px);
  opacity: 1;
}

@media (max-width: 1024px) {
  .header__nav__ul__li__a {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .header {
    display: none;
  }
}
.footer {
  display: flex;
  max-width: 1920px;
  justify-content: center;
  background-color: #1e1e1e;
}
.footer__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 40px;
}
.footer__block__logo {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}
.footer__block__logo svg {
  width: 40px;
  fill: #f2f2f2;
}
.footer__block__legal {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding-bottom: 20px;
}
.footer__block__legal p {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 300;
  color: #f2f2f2;
  cursor: pointer;
}
.footer__block__legal p:hover {
  transform: translateY(-2px);
  opacity: 1;
}
.footer__block__officiallogo {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
}
.footer__block__officiallogo img {
  width: 150px;
  cursor: pointer;
}
.footer__block__warning {
  user-select: none;
  text-align: center;
}
.footer__block__warning p {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #f2f2f2;
  opacity: 0.5;
}

@media (max-width: 768px) {
  .footer__block__legal {
    flex-direction: column;
    align-items: center;
  }
  .footer__block__legal p {
    font-size: 16px;
  }
  .footer__block__warning p {
    font-size: 16px;
  }
}
.first-content {
  display: flex;
  position: relative;
  justify-content: center;
  background: #0b0b0b;
  overflow: hidden;
  z-index: 2;
}
.first-content__gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(11, 11, 11) 10%, rgba(237, 221, 83, 0) 100%);
  z-index: 3;
}
.first-content__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  position: relative;
  padding-left: 15%;
  margin-bottom: 40px;
  z-index: 4;
}
.first-content__text__toptitle {
  display: flex;
  flex-direction: row;
  opacity: 0.5;
}
.first-content__text__toptitle p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #f2f2f2;
}
.first-content__text__title {
  display: flex;
  flex-direction: row;
}
.first-content__text__title h1 {
  font-family: "Six Caps", sans-serif;
  font-size: 400px;
  font-weight: 700;
  text-transform: uppercase;
  background: -webkit-linear-gradient(#f2f2f2, #5a5a5a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.first-content__text__subtitle {
  display: flex;
  flex-direction: row;
  padding-top: 20px;
  opacity: 0.5;
}
.first-content__text__subtitle p {
  color: #f2f2f2;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.first-content__image {
  display: flex;
  position: relative;
  right: -10%;
  z-index: 2;
}
.first-content__image img {
  width: 100%;
  object-fit: cover;
}

.back-video {
  position: absolute;
  width: 120%;
  right: -10%;
  bottom: 0;
  opacity: 0.5;
  z-index: 2;
}

@media (max-width: 1500px) {
  .first-content__text__toptitle p {
    font-size: 17px;
  }
  .first-content__text__title h1 {
    font-size: 300px;
  }
  .first-content__text__subtitle p {
    font-size: 17px;
  }
}
@media (max-width: 1280px) {
  .first-content__text__toptitle p {
    font-size: 16px;
  }
  .first-content__text__title h1 {
    font-size: 200px;
  }
  .first-content__text__subtitle p {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .first-content__text__toptitle {
    display: none;
  }
  .first-content__text__title h1 {
    font-size: 150px;
  }
  .first-content__image {
    right: -8%;
  }
}
@media (max-width: 768px) {
  .first-content__text {
    padding-left: 0;
    margin-bottom: 0;
    padding: 40px;
  }
  .first-content__text__title h1 {
    font-size: 120px;
  }
  .first-content__image {
    display: none;
  }
}
.second-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1920px;
  background-color: #0b0b0b;
  padding-top: 160px;
  padding-bottom: 200px;
}
.second-content__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  z-index: 4;
}
.second-content__text__title {
  display: flex;
}
.second-content__text__title h2 {
  font-size: 75px;
  font-weight: 600;
  font-family: "Six Caps", sans-serif;
  text-transform: uppercase;
  letter-spacing: 5px;
  background: -webkit-linear-gradient(#5a5a5a, #f2f2f2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.second-content__text__subtitle {
  display: flex;
}
.second-content__text__subtitle p {
  font-size: 18px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #f2f2f2;
}
.second-content__text__subtitle p a {
  text-decoration: none;
}
.second-content__text__subtitle p a span.first {
  text-transform: uppercase;
  color: #f2f2f2;
  font-weight: 700;
}
.second-content__text__subtitle p a span.first:hover {
  color: #1c38b7;
}
.second-content__text__subtitle p a span.second {
  text-transform: uppercase;
  color: #f2f2f2;
  font-weight: 700;
}
.second-content__text__subtitle p a span.second:hover {
  color: #b71c1c;
}
.second-content__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: center;
  padding-top: 40px;
  margin-bottom: 40px;
}
.second-content__container__survivor {
  display: flex;
  flex-direction: column;
  position: relative;
}
.second-content__container__survivor__logo {
  position: relative;
  z-index: 2;
}
.second-content__container__survivor__logo img {
  width: 50%;
  opacity: 0.8;
  transition: 0.3s all ease-in-out;
}
.second-content__container__survivor__logo img:hover {
  transform: translateY(-25px);
  opacity: 1;
}
.second-content__container__survivor__text {
  position: absolute;
  bottom: -10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  user-select: none;
}
.second-content__container__survivor__text h2 {
  font-size: 160px;
  font-weight: 600;
  font-family: "Six Caps", sans-serif;
  text-transform: uppercase;
  color: #f2f2f2;
  opacity: 0.3;
}
.second-content__container__survivor__image {
  position: absolute;
  z-index: 1;
  top: -70%;
  left: 0;
}
.second-content__container__survivor__image img {
  width: 800px;
  height: 1000px;
  object-fit: cover;
  object-position: top right;
  opacity: 0.5;
}
.second-content__container__killer {
  display: flex;
  flex-direction: column;
  position: relative;
}
.second-content__container__killer__logo {
  position: relative;
  z-index: 2;
}
.second-content__container__killer__logo img {
  width: 50%;
  opacity: 0.8;
  transition: 0.3s all ease-in-out;
}
.second-content__container__killer__logo img:hover {
  transform: translateY(-25px);
  opacity: 1;
}
.second-content__container__killer__text {
  position: absolute;
  bottom: -10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  user-select: none;
}
.second-content__container__killer__text h2 {
  font-size: 160px;
  font-weight: 600;
  font-family: "Six Caps", sans-serif;
  text-transform: uppercase;
  color: #f2f2f2;
  opacity: 0.3;
}
.second-content__container__killer__image {
  position: absolute;
  z-index: 1;
  top: -70%;
  right: 0;
}
.second-content__container__killer__image img {
  width: 800px;
  height: 1000px;
  object-fit: cover;
  object-position: top left;
  opacity: 0.5;
}

@media (max-width: 1720px) {
  .second-content__container__killer__image img {
    width: 600px;
    height: 900px;
  }
  .second-content__container__survivor__image img {
    width: 600px;
    height: 900px;
  }
}
@media (max-width: 1280px) {
  .second-content {
    padding-top: 70px;
    padding-bottom: 300px;
  }
  .second-content__text__title h2 {
    font-size: 65px;
  }
  .second-content__text__subtitle p {
    font-size: 17px;
  }
  .second-content__container__killer__text h2 {
    font-size: 140px;
  }
  .second-content__container__killer__logo img {
    width: 45%;
  }
  .second-content__container__killer__image img {
    width: 500px;
    height: 800px;
  }
  .second-content__container__survivor__text h2 {
    font-size: 140px;
  }
  .second-content__container__survivor__logo img {
    width: 45%;
  }
  .second-content__container__survivor__image img {
    width: 500px;
    height: 800px;
  }
}
@media (max-width: 1024px) {
  .second-content {
    padding-top: 60px;
    padding-bottom: 220px;
  }
  .second-content__text__title h2 {
    font-size: 55px;
  }
  .second-content__text__subtitle p {
    font-size: 16px;
  }
  .second-content__container__killer__text h2 {
    font-size: 120px;
  }
  .second-content__container__killer__logo img {
    width: 40%;
  }
  .second-content__container__killer__image img {
    width: 350px;
    height: 600px;
  }
  .second-content__container__survivor__text h2 {
    font-size: 120px;
  }
  .second-content__container__survivor__logo img {
    width: 40%;
  }
  .second-content__container__survivor__image img {
    width: 400px;
    height: 600px;
  }
}
@media (max-width: 768px) {
  .second-content {
    padding-top: 50px;
    padding-bottom: 120px;
  }
  .second-content__text__title h2 {
    font-size: 45px;
  }
  .second-content__container {
    margin-bottom: 0;
  }
  .second-content__container__killer__text h2 {
    font-size: 100px;
  }
  .second-content__container__killer__logo {
    padding-top: 40px;
  }
  .second-content__container__killer__logo img {
    width: 50%;
  }
  .second-content__container__killer__image img {
    width: 250px;
    height: 500px;
  }
  .second-content__container__survivor__text h2 {
    font-size: 100px;
  }
  .second-content__container__survivor__logo {
    padding-top: 40px;
  }
  .second-content__container__survivor__logo img {
    width: 50%;
  }
  .second-content__container__survivor__image img {
    width: 250px;
    height: 500px;
  }
}
@media (max-width: 500px) {
  .second-content {
    padding-top: 10px;
  }
  .second-content__text {
    gap: 10px;
  }
  .second-content__text__title h2 {
    font-size: 40px;
  }
  .second-content__container__killer__text h2 {
    font-size: 50px;
  }
  .second-content__container__killer__logo img {
    width: 50%;
  }
  .second-content__container__killer__image img {
    width: 175px;
    height: 400px;
  }
  .second-content__container__survivor__text h2 {
    font-size: 50px;
  }
  .second-content__container__survivor__logo img {
    width: 50%;
  }
  .second-content__container__survivor__image img {
    width: 175px;
    height: 400px;
  }
}
.third-content {
  max-width: 1920px;
  width: 100%;
  height: 500px;
  background-color: #0b0b0b;
  padding-top: 20px;
  position: relative;
  align-content: center;
  overflow: hidden;
  z-index: 1;
}
.third-content__gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: linear-gradient(0deg, rgb(11, 11, 11) 10%, rgba(237, 221, 83, 0) 100%);
  z-index: 2;
}
.third-content__text {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 50%;
  z-index: 3;
  padding: 0px 40px;
}
.third-content__text__title h3 {
  font-family: "Six Caps", sans-serif;
  font-size: 100px;
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
  background: -webkit-linear-gradient(#5a5a5a, #f2f2f2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.third-content__text__subtitle {
  padding-top: 40px;
}
.third-content__text__subtitle h4 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #f2f2f2;
}
.third-content__text__desc {
  padding-top: 20px;
}
.third-content__text__desc p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #f2f2f2;
}
.third-content__text__desc p span {
  font-weight: 700;
  color: rgb(204, 33, 33);
}
.third-content__text__button {
  padding-top: 40px;
  cursor: pointer;
}
.third-content__text__button p {
  display: inline;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #f2f2f2;
  background-color: rgba(204, 33, 33, 0.4);
  padding: 10px 15px;
  transition: all 0.3s;
}
.third-content__text__button p:hover {
  background-color: #f2f2f2;
  color: rgb(204, 33, 33);
}
.third-content__image {
  position: absolute;
  padding-top: 20px;
  right: -15%;
  top: 0;
  z-index: 2;
}
.third-content__image img {
  width: 90%;
}

.back-video-third-content {
  position: absolute;
  opacity: 0.5;
  width: 120%;
  bottom: 0;
  z-index: 1;
}

@media (max-width: 1440px) {
  .third-content__image {
    right: -50%;
  }
  .third-content__image img {
    width: 75%;
  }
}
@media (max-width: 1024px) {
  .third-content__text__title h3 {
    font-size: 90px;
  }
  .third-content__text__subtitle h4 {
    font-size: 22px;
  }
  .third-content__text__button p {
    font-size: 17px;
  }
  .third-content__image {
    right: -85%;
  }
  .third-content__image img {
    width: 75%;
  }
}
@media (max-width: 768px) {
  .third-content {
    height: auto;
    padding: 20px 0px;
  }
  .third-content__text {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(204, 33, 33, 0.5);
    padding: 20px;
    border-radius: 20px;
    margin-left: 20px;
    width: 70%;
  }
  .third-content__text__title h3 {
    font-size: 60px;
  }
  .third-content__text__subtitle h4 {
    font-size: 20px;
  }
  .third-content__text__button {
    padding-bottom: 20px;
  }
  .third-content__text__button p {
    font-size: 16px;
    border-radius: 20px;
  }
  .third-content__image {
    top: inherit;
    bottom: -10%;
    left: 55%;
  }
  .third-content__image img {
    width: 60%;
  }
  .third-content .back-video-third-content {
    position: absolute;
    opacity: 0.5;
    width: 300%;
  }
}
.fourth-content {
  max-width: 1920px;
  width: 100%;
  height: 500px;
  background-color: #0b0b0b;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  align-content: center;
  overflow: hidden;
  z-index: 1;
}
.fourth-content__gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: linear-gradient(0deg, rgba(158, 96, 52, 0.1) 0%, rgba(11, 11, 11, 0) 35%);
}
.fourth-content__text {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-left: auto;
  width: 50%;
  z-index: 3;
  padding: 0px 40px;
}
.fourth-content__text__title h3 {
  font-family: "Six Caps", sans-serif;
  font-size: 100px;
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
  background: -webkit-linear-gradient(#5a5a5a, #f2f2f2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fourth-content__text__subtitle {
  padding-top: 40px;
}
.fourth-content__text__subtitle h4 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #f2f2f2;
}
.fourth-content__text__desc {
  padding-top: 20px;
}
.fourth-content__text__desc p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #f2f2f2;
}
.fourth-content__text__desc p span {
  font-weight: 700;
  color: rgb(248, 124, 67);
}
.fourth-content__text__button {
  padding-top: 40px;
  cursor: pointer;
}
.fourth-content__text__button p {
  display: inline;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #f2f2f2;
  background-color: rgba(248, 124, 67, 0.4);
  padding: 10px 15px;
  transition: all 0.3s;
}
.fourth-content__text__button p:hover {
  background-color: #f2f2f2;
  color: rgb(248, 124, 67);
}
.fourth-content__image {
  position: absolute;
  padding-top: 20px;
  left: 0;
  top: 0;
  z-index: 2;
}

@media (max-width: 1024px) {
  .fourth-content__image {
    left: -10%;
  }
  .fourth-content__image img {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .fourth-content {
    height: auto;
    padding: 20px 0px;
  }
  .fourth-content__text {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(248, 124, 67, 0.5);
    padding: 20px;
    border-radius: 20px;
    margin-right: 20px;
    width: 70%;
  }
  .fourth-content__text__title h3 {
    font-size: 60px;
  }
  .fourth-content__text__subtitle h4 {
    font-size: 20px;
  }
  .fourth-content__text__button {
    padding-bottom: 20px;
  }
  .fourth-content__text__button p {
    font-size: 16px;
    border-radius: 20px;
  }
  .fourth-content__image {
    bottom: -10%;
    top: inherit;
    left: -10%;
  }
  .fourth-content__image img {
    width: 40%;
  }
}
.fifth-content {
  max-width: 1920px;
  width: 100%;
  height: 500px;
  background-color: #0b0b0b;
  padding-top: 20px;
  position: relative;
  align-content: center;
  overflow: hidden;
  z-index: 1;
}
.fifth-content__gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: linear-gradient(0deg, rgb(11, 11, 11) 10%, rgba(237, 221, 83, 0) 100%);
  z-index: 2;
}
.fifth-content__text {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 50%;
  z-index: 3;
  padding: 0px 40px;
}
.fifth-content__text__title h3 {
  font-family: "Six Caps", sans-serif;
  font-size: 100px;
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
  background: -webkit-linear-gradient(#5a5a5a, #f2f2f2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fifth-content__text__subtitle {
  padding-top: 40px;
}
.fifth-content__text__subtitle h4 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #f2f2f2;
}
.fifth-content__text__desc {
  padding-top: 20px;
}
.fifth-content__text__desc p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #f2f2f2;
}
.fifth-content__text__desc p span {
  font-weight: 700;
  color: rgb(127, 127, 127);
}
.fifth-content__text__button {
  padding-top: 40px;
  cursor: pointer;
}
.fifth-content__text__button p {
  display: inline;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #f2f2f2;
  background-color: rgba(127, 127, 127, 0.4);
  padding: 10px 15px;
  transition: all 0.3s;
}
.fifth-content__text__button p:hover {
  background-color: #f2f2f2;
  color: rgb(127, 127, 127);
}
.fifth-content__image {
  position: absolute;
  padding-top: 20px;
  right: -35%;
  top: 0;
  z-index: 2;
}
.fifth-content__image img {
  width: 80%;
}

.back-video-fifth-content {
  position: absolute;
  opacity: 0.5;
  width: 120%;
  bottom: 0;
  z-index: 1;
}

@media (max-width: 1440px) {
  .fifth-content__image {
    right: -70%;
  }
  .fifth-content__image img {
    width: 75%;
  }
}
@media (max-width: 1024px) {
  .fifth-content__text__title h3 {
    font-size: 90px;
  }
  .fifth-content__text__subtitle h4 {
    font-size: 22px;
  }
  .fifth-content__text__button p {
    font-size: 17px;
  }
  .fifth-content__image {
    right: -125%;
  }
  .fifth-content__image img {
    width: 65%;
  }
}
@media (max-width: 768px) {
  .fifth-content {
    height: auto;
    padding: 20px 0px;
  }
  .fifth-content__text {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(127, 127, 127, 0.5);
    padding: 20px;
    border-radius: 20px;
    margin-left: 20px;
    width: 70%;
  }
  .fifth-content__text__title h3 {
    font-size: 60px;
  }
  .fifth-content__text__subtitle h4 {
    font-size: 20px;
  }
  .fifth-content__text__button {
    padding-bottom: 20px;
  }
  .fifth-content__text__button p {
    font-size: 16px;
    border-radius: 20px;
  }
  .fifth-content__image {
    top: inherit;
    bottom: 0;
    left: 45%;
  }
  .fifth-content__image img {
    width: 50%;
  }
  .fifth-content .back-video-fifth-content {
    position: absolute;
    opacity: 0.5;
    width: 300%;
  }
}
.sixth-content {
  max-width: 1920px;
  width: 100%;
  height: 500px;
  background-color: #0b0b0b;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  align-content: center;
  overflow: hidden;
  z-index: 1;
}
.sixth-content__gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: linear-gradient(0deg, rgba(144, 52, 158, 0.1) 0%, rgba(11, 11, 11, 0) 35%);
}
.sixth-content__text {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-left: auto;
  width: 50%;
  z-index: 3;
  padding: 0px 40px;
}
.sixth-content__text__title h3 {
  font-family: "Six Caps", sans-serif;
  font-size: 100px;
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
  background: -webkit-linear-gradient(#5a5a5a, #f2f2f2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sixth-content__text__subtitle {
  padding-top: 40px;
}
.sixth-content__text__subtitle h4 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #f2f2f2;
}
.sixth-content__text__desc {
  padding-top: 20px;
}
.sixth-content__text__desc p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #f2f2f2;
}
.sixth-content__text__desc p span {
  font-weight: 700;
  color: rgb(230, 67, 248);
}
.sixth-content__text__button {
  padding-top: 40px;
  cursor: pointer;
}
.sixth-content__text__button p {
  display: inline;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #f2f2f2;
  background-color: rgba(230, 67, 248, 0.4);
  padding: 10px 15px;
  transition: all 0.3s;
}
.sixth-content__text__button p:hover {
  background-color: #f2f2f2;
  color: rgb(230, 67, 248);
}
.sixth-content__image {
  position: absolute;
  padding-top: 20px;
  left: 0;
  top: 0;
  z-index: 2;
}

@media (max-width: 1024px) {
  .sixth-content__image {
    left: -10%;
  }
  .sixth-content__image img {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .sixth-content {
    height: auto;
    padding: 20px 0px;
  }
  .sixth-content__text {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(230, 67, 248, 0.5);
    padding: 20px;
    border-radius: 20px;
    margin-right: 20px;
    width: 70%;
  }
  .sixth-content__text__title h3 {
    font-size: 60px;
  }
  .sixth-content__text__subtitle h4 {
    font-size: 20px;
  }
  .sixth-content__text__button {
    padding-bottom: 20px;
  }
  .sixth-content__text__button p {
    font-size: 16px;
    border-radius: 20px;
  }
  .sixth-content__image {
    bottom: -10%;
    top: inherit;
    left: -10%;
  }
  .sixth-content__image img {
    width: 37%;
  }
}
.seventh-content {
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  max-width: 1920px;
}
.seventh-content__button {
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  padding: 10px 40px;
  z-index: 2;
}
.seventh-content__button__logo {
  display: flex;
  cursor: pointer;
}
.seventh-content__button__logo svg {
  width: 30px;
  fill: #f2f2f2;
  opacity: 0.8;
}
.seventh-content__button__logo svg:hover {
  opacity: 1;
}
.seventh-content__button__text {
  display: flex;
  cursor: pointer;
  transition: all 0.3s;
}
.seventh-content__button__text p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #f2f2f2;
}
.seventh-content__button__text:hover {
  scale: 1.05;
}

.back-video-seventh-content {
  position: absolute;
  opacity: 0.5;
  width: 120%;
  bottom: 0;
  opacity: 0.5;
  z-index: 1;
}

@media (max-width: 1024px) {
  .seventh-content__button__text p {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .seventh-content__button__text p {
    font-size: 16px;
  }
}
