@font-face {
  font-family: 'calibri-regular';
  src: url('../fonts/calibri-regular.eot');
  src:
    local('☺'),
    url('../fonts/calibri-regular.woff') format('woff'),
    url('../fonts/calibri-regular.ttf') format('truetype'),
    url('../fonts/calibri-regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura-Bold';
  src: url('../fonts/Futura-Bold.eot');
  src:
    local('☺'),
    url('../fonts/Futura-Bold.woff') format('woff'),
    url('../fonts/Futura-Bold.ttf') format('truetype'),
    url('../fonts/Futura-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AVENGEANCE';
  src: url('../fonts/AVENGEANCE MIGHTIEST AVENGER.eot');
  src:
    local('☺'),
    url('../fonts/AVENGEANCE MIGHTIEST AVENGER.woff') format('woff'),
    url('../fonts/AVENGEANCE MIGHTIEST AVENGER.ttf') format('truetype'),
    url('../fonts/AVENGEANCE MIGHTIEST AVENGER.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
}
::selection {
  color: #ffffff;
  background: #000000;
}
::selection {
  background-color: #7800ff;
  color: #fff;
}
::placeholder {
  color: rgba(0, 0, 0, 0.2);
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: #2c3345;
  font-family: 'calibri-regular';
  color: #212735;
  margin: 0;
  padding: 0;
  font-size: 18px;
}

/*tables*/

.table-wrapper {
  border: 1px solid rgba(255, 255, 255, 1);
}
table {
  border-collapse: collapse;
  width: 100%;
}
tr:nth-child(even):hover,
tr:nth-child(odd):hover {
  background-color: rgba(0, 0, 0, 0.2);
}
td,
th {
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
  padding: 5px;
}
th {
  background-color: #7800fd;
  text-transform: uppercase;
  font-family: 'Futura-Bold' !important;
  text-align: center;
}
tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.05);
}
tr:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.1);
}
.table-dark {
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 8px;
  overflow: hidden;
}
.table-dark tr:nth-child(even):hover,
.table-dark tr:nth-child(odd):hover {
  background-color: rgba(255, 255, 255, 1);
}
.table-dark td,
.table-dark th {
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
  padding: 5px;
}
.table-dark th {
  background-color: #000000;
  text-transform: none;
  font-family: 'calibri-regular';
  text-align: center;
}
.table-dark tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 1);
}
.table-dark tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 1);
}

/*IMAGES*/

.img-rounded {
  border-radius: 10px;
}
.img-left {
  float: left;
}
.img-right {
  float: right;
}

/*========TEXT========*/

a {
  color: #ffdc00;
  text-decoration: none;
}
a.purple {
  color: #7800ff;
}
a:hover {
  text-decoration: underline;
}
p {
  margin: 0;
  padding: 20px 0;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Futura-Bold';
  text-transform: uppercase;
  line-height: 1.2em;
  margin: 0;
  padding: 20px 0;
}
.smallx-txt {
  font-size: 15px !important;
}
.small-txt {
  font-size: 20px !important;
}
.medium-txt {
  font-size: 30px !important;
}
.big-txt {
  font-size: 50px !important;
}
.main-title {
  font-size: 30pt;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  padding: 10px 0;
  margin-bottom: 20px;
  line-height: 45px;
  box-sizing: border-box;
  /* border-bottom: 1px solid #FFFFFF; */
}
/* .main-title.purple::before, .main-title.yellow::before {
	background-color: #7800FF;
	content: "";
	display: block;
	width: 13px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.main-title.yellow::before {
	background-color: #FFDC00;
} */
.txt-comic {
  font-family: 'AVENGEANCE';
}
.txt-center {
  text-align: center;
}
.txt-justify {
  text-align: justify;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.bubble-text {
  width: 235px;
  color: #000000;
  position: absolute;
  background: #ffdc00;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 10px 10px rgba(0, 0, 0, 0.2);
  top: 420px;
  right: 15%;
  margin: auto;
}
.bubble-text a {
  color: #7800ff;
}
.bubble-text:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 40px solid transparent;
  border-top-color: #ffdc00;
  border-bottom: 0;
  border-right: 0;
  margin-left: -20px;
  margin-bottom: -40px;
}

/*========HEADER========*/

.header-wrapper {
  background-color: rgba(34, 40, 54, 0.8);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  border-bottom: 2px solid #7800ff;
  box-sizing: border-box;
}
.header-wrapper .content-limit {
  height: 100%;
}
.sticky {
  background-color: rgba(34, 40, 54, 1);
  position: fixed;
  top: 0;
  width: 100%;
  transition: 2s;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 102px;
}

/*========MENU========*/

/*========IMAGE MODAL========*/

/* The expanding image container */
.image-modal {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 10000;
  animation: open-modal 1s easy;
}
.image-modal #expandedImg {
  width: auto;
  height: 80%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 20px solid white;
  box-sizing: border-box;
}

/* Closable button inside the expanded image */
.closebtn {
  position: absolute;
  top: 80px;
  right: 15px;
  color: white;
  font-size: 35px;
  cursor: pointer;
}

/*========STRUCTURE========*/

[class*='col-'] {
  padding: 15px;
  position: relative;
}
[class*='col-'] img {
  width: 100%;
  height: auto;
  position: relative;
}
.col-1 {
  width: 8.33%;
}
.col-2 {
  width: 16.66%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33%;
}
.col-5 {
  width: 41.66%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33%;
}
.col-8 {
  width: 66.66%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33%;
}
.col-11 {
  width: 91.66%;
}
.col-12 {
  width: 100%;
}
.row {
  position: relative;
  display: flex;
  padding: 20px;
}
.row::after {
  content: '';
  clear: both;
  display: table;
}
.main-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.content-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.content-limit {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.layer-1 {
  z-index: 1;
}
.layer-2 {
  z-index: 2;
}
.layer-3 {
  z-index: 3;
}
.layer-4 {
  z-index: 4;
}
.layer-5 {
  z-index: 5;
}
.layer-6 {
  z-index: 6;
}
.layer-7 {
  z-index: 7;
}
.layer-8 {
  z-index: 8;
}
.layer-9 {
  z-index: 9;
}
.layer-10 {
  z-index: 10;
}
.width-small {
  width: 30% !important;
}
.width-medium {
  width: 60% !important;
}
.width-large {
  width: 80% !important;
}
.go-top {
  width: 50px;
  height: 50px;
  bottom: 50%;
  right: 20px;
  position: fixed;
  z-index: 1000;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
}
.go-top:hover {
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.3);
  transform: translate(-3px, -3px);
  transition: 0.3s;
}

/*========IMAGE MODAL========*/

/* The expanding image container */
.image-modal {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 10000;
  animation: open-modal 1s easy;
}
.image-modal #expandedImg {
  width: 800px;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 20px solid white;
  box-sizing: border-box;
}

/* Closable button inside the expanded image */
.closebtn {
  position: absolute;
  top: 80px;
  right: 15px;
  color: white;
  font-size: 35px;
  cursor: pointer;
}
.clickable:hover {
  cursor: pointer;
}

/*========ANIMATIONS========*/

/*SHI-YANG*/

.shi-yang-cast {
  position: absolute;
  width: 70%;
  height: 70%;
  top: -30px;
  left: -49px;
  z-index: 1;
  transform-origin: bottom center;
  animation: shi-body 4s infinite ease;
}
.shi-yang-cast img {
  position: absolute;
}
.shi-yang-cast img:nth-child(1) {
  height: auto;
  top: 0;
  width: 97%;
  left: 0;
  animation: none;
  z-index: 2;
}
.shi-yang-cast img:nth-child(2) {
  height: auto;
  top: 28%;
  width: 30%;
  right: 0;
  transform-origin: right center;
  animation: shi-bow-arm 4s infinite ease;
  z-index: 4;
}
.shi-yang-cast img:nth-child(3) {
  width: 23%;
  height: auto;
  top: 17%;
  left: 47%;
  bottom: auto;
  animation: legs-shi-2 4s infinite ease-in-out;
  z-index: 3;
}
.shi-yang-cast img:nth-child(4) {
  width: 40%;
  height: auto;
  top: 19%;
  right: 20%;
}
.shi-yang-cast img:nth-child(5) {
  width: 50%;
  height: auto;
  top: 19%;
  right: 8%;
  transform-origin: left bottom;
  animation: shi-hear-2 4s infinite ease;
}
.shi-yang-cast img:nth-child(6) {
  width: 50%;
  height: auto;
  top: 53%;
  right: 9%;
  animation: cloth-shi 4s infinite ease;
  transform-origin: top left;
  z-index: 1;
}
.shi-yang-cast img:nth-child(7) {
  height: auto;
  top: 19%;
  width: 25.5%;
  left: 41%;
  animation: shi-hear-2 4s infinite ease-in-out;
  z-index: 3;
}
.shi-yang-cast img:nth-child(8) {
  height: auto;
  top: 8.5%;
  width: 74%;
  left: 0.3%;
  transform-origin: left center;
  animation: shi-bow 4s infinite ease;
  z-index: 2;
}
.shi-yang-cast .legs {
  position: absolute;
  width: 100%;
  height: 56%;
  bottom: 0;
  left: 0;
  animation: legs-shi 4s infinite ease;
}
.shi-yang-cast .legs img:nth-child(1) {
  height: 100%;
  width: auto;
  left: -12%;
  top: 0%;
  z-index: 1;
}
.shi-yang-cast .legs img:nth-child(2) {
  height: auto;
  top: 15%;
  width: 40%;
  left: 37%;
  transform-origin: top left;
  animation: shi-leg-left 4s infinite ease;
  z-index: 0;
}
@keyframes shi-body {
  0% {
    transform: scaleY(0.98);
  }
  50% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0.98);
  }
}
@keyframes shi-hear-2 {
  0% {
    transform: skewY(-8deg);
  }
  50% {
    transform: skewY(0deg);
  }
  100% {
    transform: skewY(-8deg);
  }
}
@keyframes shi-leg-left {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(4deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes legs-shi {
  0% {
    transform: scaleY(0.98);
  }
  50% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0.98);
  }
}
@keyframes cloth-shi {
  0% {
    transform: translateY(-3%) rotate(0deg);
  }
  50% {
    transform: translateY(0%) rotate(3deg);
  }
  100% {
    transform: translateY(-3%) rotate(0deg);
  }
}
@keyframes shi-bow {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(3%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes shi-bow-arm {
  0% {
    transform: scaleX(1) translateX(0%);
  }
  50% {
    transform: scaleX(0.95) translateX(3%);
  }
  100% {
    transform: scaleX(1) translateX(0%);
  }
}
@keyframes shi-background {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/*MUSASHI*/

.musashi-intro {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 100;
  transform-origin: bottom center;
  animation: Musashibody 2s infinite ease;
}
.musashi-intro img {
  position: absolute;
}
.musashi-intro img:nth-child(1) {
  height: auto;
  width: 85%;
  top: 0%;
  left: 26%;
  transform-origin: left center;
  animation: MusashiLarm 2s infinite ease;
}
.musashi-intro img:nth-child(2) {
  height: auto;
  width: 64%;
  top: 0%;
  left: 13%;
  animation: MusashiLegs 2s infinite ease;
  z-index: 1;
}
.musashi-intro img:nth-child(3) {
  height: auto;
  width: 95%;
  top: 35%;
  left: 5%;
  animation: MusashiLegs 2s infinite ease;
  transform-origin: bottom;
}
.musashi-intro img:nth-child(4) {
  height: auto;
  width: 87%;
  top: -14%;
  right: 4%;
  left: inherit;
  animation: MusashiRarm 2s infinite ease;
  z-index: 2;
}
.musashi-intro img:nth-child(5) {
  height: auto;
  width: 41%;
  top: 7%;
  left: 0%;
  transform-origin: right center;
  animation: MusashiPony 2s infinite ease;
}
.musashi-intro img:nth-child(6) {
  height: auto;
  width: 55%;
  top: 36%;
  left: -12%;
  animation: MusashiLegs 2s infinite ease;
}
.musashi-intro img:nth-child(7) {
  width: 24%;
  height: auto;
  top: 8%;
  right: 9%;
  animation: musashi-flare 2s infinite ease;
  z-index: 3;
}
@keyframes Musashibody {
  0% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(0.98);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes MusashiPony {
  0% {
    transform: skewY(0deg);
  }
  50% {
    transform: skewY(8deg);
  }
  100% {
    transform: skewY(0deg);
  }
}
@keyframes MusashiLarm {
  0% {
    transform: rotate(4deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(4deg);
  }
}
@keyframes MusashiRarm {
  0% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-4deg);
  }
}
@keyframes MusashiLegs {
  0% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(0.98);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes MusashiBackground {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes musashi-flare {
  10%,
  100% {
    transform: rotate(0deg);
    opacity: 0;
  }
  0% {
    transform: rotate(360deg);
    opacity: 1;
  }
  80% {
    transform: rotate(720deg);
    opacity: 0;
  }
}

/*LUMA*/

.luma-character {
  width: 100%;
  height: 100%;
}
.luma-character img {
  position: absolute;
}
.luma-character img:nth-child(1) {
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
}
.luma-character img:nth-child(2) {
  left: 4%;
  bottom: 9%;
  width: 22%;
  z-index: 4;
  transform-origin: right top;
  animation: luma-hair-1 4s infinite ease-in-out;
}
.luma-character img:nth-child(3) {
  left: 7%;
  bottom: 4%;
  width: 15%;
  z-index: 3;
  animation: luma-hair-2 4s infinite ease-in-out;
}
.luma-character img:nth-child(4) {
  right: 22%;
  bottom: 0%;
  width: 15%;
  z-index: 1;
  transform-origin: top right;
  animation: luma-hair-3 4s infinite ease-in-out;
}
.luma-character img:nth-child(5) {
  left: 6%;
  bottom: 19%;
  width: 11%;
  z-index: 1;
  transform-origin: right top;
  animation: luma-hair-4 4s infinite ease-in-out;
}
.luma-character .blinking-eyes {
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 30%;
  height: 15%;
  position: absolute;
  left: 26.5%;
  top: 18%;
  animation: frame3 2s infinite linear;
  animation-direction: alternate;
  z-index: 5;
}
@keyframes frame3 {
  10%,
  100% {
    background-image: url('../img/animations/luma/eye01-p1-f3.png');
  }
  0% {
    background-image: url('../img/animations/luma/eye03-p1-f3.png');
  }
  5% {
    background-image: url('../img/animations/luma/eye02-p1-f3.png');
  }
}
@keyframes luma-hair-1 {
  0% {
    transform: skew(-3deg);
  }
  50% {
    transform: skew(0deg);
  }
  100% {
    transform: skew(-3deg);
  }
}
@keyframes luma-hair-2 {
  0% {
    transform: skew(-8deg);
  }
  50% {
    transform: skew(0deg);
  }
  100% {
    transform: skew(-8deg);
  }
}
@keyframes luma-hair-3 {
  0% {
    transform: skew(-10deg);
  }
  50% {
    transform: skew(0deg);
  }
  100% {
    transform: skew(-10deg);
  }
}
@keyframes luma-hair-4 {
  0% {
    transform: skew(-10deg);
  }
  50% {
    transform: skew(0deg);
  }
  100% {
    transform: skew(-10deg);
  }
}

/*========SECTIONS========*/

.section {
  width: 100%;
  padding: 100px 0;
}

/*THUNDER*/

.lw-thunder {
  width: 90%;
  position: absolute;
  top: -220px;
  right: -200px;
}
.lw-thunder img {
  width: 100%;
  height: auto;
}

/*SECTION 1*/

.mask {
  width: 80%;
  height: auto;
  clip-path: polygon(44% 0, 63% 0, 51% 28%, 99% 25%, 32% 104%, 44% 50%, 4% 55%);
  mask-image: url('../img/mask.svg');
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-size: cover;
  position: absolute;
  top: -190px;
  left: 260px;
  z-index: 2;
}
.section-1 {
  background: url('../img/bg-comics.jpg') repeat center top;
  padding: 100px 0;
  height: 660px;
}
.section-1-title {
  width: 50%;
  position: absolute;
  right: 0;
  top: 30px;
  font-size: 24px;
  padding: 0;
}
.section-1-title p {
  font-size: 30px;
  padding: 0;
}
.section-1-image {
  position: absolute;
  width: 400px;
  height: 630px;
  top: -100px;
  left: 5%;
}
.thorn {
  width: 53%;
  height: auto;
  bottom: -20px;
  left: 14px;
  position: absolute;
  z-index: 10;
}
.section-1-image img {
  width: 100%;
  height: auto;
}
.section-1-image .bubble-text {
  top: 110px;
  right: 42%;
}
.section-1-img {
  position: absolute;
  width: 255px;
  right: -10%;
  bottom: 0%;
}
.suscribe-box {
  width: 100%;
  padding-bottom: 20px;
  display: flex;
}
.suscribe-box input[type='email'] {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  width: 80%;
  margin-right: 2%;
}
.suscribe-box button {
  width: 18%;
  min-width: inherit;
}

/*SECTION 2*/

.section-2 {
  background: url('../img/bg-section-2.jpg') repeat center top;
  background-size: cover;
  /* transform: translateY(-50%) skewY(-11deg); */
  height: 670px;
  padding: 100px 0;
}
/* .section-2 .content-limit {
  transform: skewY(11deg);
} */
.section-2-title {
  margin-top: -8%;
}
.section-2-image {
  position: absolute;
  width: 310px;
  height: 550px;
  top: 620px;
  right: 0;
  z-index: 2;
}
.section-2-image img {
  width: 100%;
  height: auto;
}
.section-2-img {
  position: absolute;
  width: 220px;
  right: -10%;
}
.section-2-title ul {
  padding-left: 13px;
  font-size: 18px;
}

.section-2-title button {
  min-width: inherit;
}
.bt-yellow-sing-up {
  margin-left: 20px;
  display: block;
  text-align: center;
  float: left;
}
/*SECTION SEPARATOR*/

.section-separator,
.section-separator-2 {
  width: 100%;
  height: 120px;
  position: relative;
  margin-bottom: -1px;
}
.section-separator div {
  clip-path: polygon(42% 30%, 40% 20%, 100% 30%, 100% 100%, 0 100%, 0 20%);
  width: 100%;
  height: 200px;
}
.section-separator-2 div {
  clip-path: polygon(0 100%, 0 0, 50% 50%, 100% 0, 100% 100%);
  width: 100%;
  height: 100%;
  position: absolute;
}

/*SECTION 3*/

.section-3 {
  padding: 0 0 100px 0;
}
.section-3.content-wrapper {
  overflow: visible;
}
.section-3 .main-title {
  width: 65%;
  position: absolute;
  right: 0;
  top: -70%;
}
.section-3-image {
  width: 460px;
  height: 410px;
  position: absolute;
  top: -195%;
}
.section-3-image img {
  width: 100%;
  height: auto;
}
.updates-box {
  width: 80%;
  position: relative;
  margin: 0 auto;
}
.updates-box:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  clip-path: polygon(0 9%, 100% 0, 96% 100%, 3% 100%);
  margin: 20px auto;
  padding: 20px 40px;
  box-sizing: border-box;
  position: absolute;
  transform: translate(7px, -10px);
  box-shadow: 10px 10px rgba(0, 0, 0, 0.2);
}
.updates-box:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 50%;
  width: 0;
  height: 0;
  border: 35px solid transparent;
  border-bottom-color: #7800ff;
  border-top: 0;
  border-right: 0;
  margin-left: -10px;
  margin-top: -20px;
  box-shadow: 5px 5px rgba(0, 0, 0, 0.2);
}
.updates-box-content {
  background: url('../img/bg-updatebox.webp') no-repeat 200% 70%;
  background-size: 70%;
  width: 100%;
  clip-path: polygon(0 9%, 100% 0, 96% 100%, 3% 100%);
  margin: 20px auto;
  padding: 20px 40px;
  box-sizing: border-box;
  position: relative;
}
.updates-box-content button {
  width: 25%;
}
.updates-box-button {
  width: 100%;
  text-align: center;
}

/*SECTION SW GAMES*/

.section-sw-game {
  padding: 60px 0;
}
.section-sw-game img {
  width: 100%;
}

.section-sw-game-video {
  padding: 0px 0;
  position: relative;
  text-align: center;
}
.section-sw-game-video video {
  width: 100%;
}

.section-sw-game-video-buttom {
  left: 0;
  right: 0;
  margin: auto;
  width: 225px;
  margin: 10px 0 0 0;
}

/*SECTION CREATE*/

.section-create {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7800ff+0,5200aa+100 */
  background: rgb(120, 0, 255); /* Old browsers */
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    rgba(120, 0, 255, 1) 0%,
    rgba(82, 0, 170, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(120, 0, 255, 1) 0%,
    rgba(82, 0, 170, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(
    ellipse at center,
    rgba(120, 0, 255, 1) 0%,
    rgba(82, 0, 170, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7800ff', endColorstr='#5200aa',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.section-create .content-limit {
  background: url(../img/flamma.webp) no-repeat center bottom;
  background-size: 100% auto;
  padding: 100px 0 200px 0;
}
.section-create-divider {
  background: url(../img/white-fire.webp) repeat-x left bottom;
  background-size: auto 100%;
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
}

/*SECTION UPDATES*/

.section-updates {
  padding: 60px 0;
}
.section-sw-game img {
  width: 100%;
}

/*SECTION 4*/

.section-4 {
  background: url('../img/bg-section-4.jpg') repeat-x bottom left;
  background-size: auto 300px;
}
.section-4 .content-limit {
  background: url('../img/image-section-4.webp') no-repeat center 300px;
  padding-bottom: 250px;
}
.image-section-4 {
  width: 60%;
  height: 400px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  z-index: 0;
}
.contactUsForm {
  width: 100%;
}
/*SECTION 5*/

.section-5 {
  padding: 100px 0 250px 0;
}
.section-5-image {
  width: 65%;
  position: absolute;
  right: 0;
  bottom: -70%;
}
.section-5-image img {
  width: 100%;
  height: auto;
}
.section-5 b {
  font-family: 'AVENGEANCE';
}
.section-5.content-wrapper {
  overflow: visible;
}

/*SECTION COSPLAYERS*/

.section-cosplayers {
  padding: 50px 0;
}
.section-cosplayers h3 {
  font-size: 20px;
  padding: 10px 0;
}
.section-cosplayers p {
  padding: 0;
}
.section-cosplayers .main-title {
  margin: 20px 0;
}

/*SECTION 6*/

.section-6 {
  background: url('../img/bg-section-6.jpg') repeat-x bottom left;
  background-size: 700px auto;
  padding: 0 0 100px 0;
}
.icon-comic {
  width: 70%;
  height: auto;
  margin: 0 auto;
}
.icon-comic img {
  width: auto;
  height: 150px;
}
.progress-bar {
  background-color: #212735;
  width: 100%;
  height: 20px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.progress-bar span {
  display: block;
  width: 0;
  height: 20px;
}

/*SECTION 7*/

.section-7 {
  background: url('../img/bg-section-1.jpg') repeat center top;
  padding: 50px 0;
}
/* .section-7 {
	padding: 50px 0;
}
.section-7 .main-title {
	margin-top: 100px;
}
.section-7-image {
	width: 100%;
}
.section-7-image img {
	width: 100%;
	height: auto;
} */
.icon-comic {
  width: 70%;
  height: auto;
  margin: 0 auto;
}
.icon-comic img {
  width: auto;
  height: 150px;
}
.progress-bar {
  background-color: #212735;
  width: 100%;
  height: 20px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.progress-bar span {
  display: block;
  width: 0;
  height: 20px;
}
.roadmap-box {
  background: url('../img/roadmap/bg-red-texture.jpg') no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 300px;
  padding: 10px;
  box-sizing: border-box;
  border-top: 12px solid #000000;
  border-bottom: 12px solid #000000;
  border-left: 6px solid #000000;
  border-right: 6px solid #000000;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: baseline;
  flex-wrap: wrap;
  position: relative;
}
.roadmap-box + .swiper-slide-caption .roadmap-content-info {
  background: url('../img/roadmap/bg-red-texture.jpg') no-repeat;
  background-size: 100% 100%;
}
.roadmap-box.roadmap-box-blue,
.roadmap-box.roadmap-box-blue + .swiper-slide-caption .roadmap-content-info {
  background: url('../img/roadmap/bg-blue-texture.jpg') no-repeat !important;
  background-size: 100% 100% !important;
}
.roadmap-box.roadmap-box-purple,
.roadmap-box.roadmap-box-purple + .swiper-slide-caption .roadmap-content-info {
  background: url('../img/roadmap/bg-purple-texture.jpg') no-repeat !important;
  background-size: 100% 100% !important;
}
.roadmap-box.roadmap-box-yellow,
.roadmap-box.roadmap-box-yellow + .swiper-slide-caption .roadmap-content-info {
  background: url('../img/roadmap/bg-yellow-texture.jpg') no-repeat !important;
  background-size: 100% 100% !important;
}
.roadmap-box.roadmap-box-green,
.roadmap-box.roadmap-box-green + .swiper-slide-caption .roadmap-content-info {
  background: url('../img/roadmap/bg-green-texture.jpg') no-repeat !important;
  background-size: 100% 100% !important;
}
.roadmap-box h3 {
  font-size: 20px;
  padding: 10px 0;
}
.roadmap-box h2 {
  font-size: 14px;
  padding: 10px 0;
}
.roadmap-box p {
  width: 90%;
  font-size: 16px;
  margin: 0 auto;
  padding: 0;
}
.roadmap-box img {
  display: flex;
  align-content: flex-end;
  align-items: flex-end;
}
.roadmap-content {
  background-color: #000000;
  width: 100%;
  border: 12px solid #000000;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.roadmap-content::after {
  display: block;
  content: '';
  width: 100%;
  clear: both;
}
.roadmap-content .roadmap-content-info {
  width: 65%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 10px;
  border-right: 12px solid #000000;
  box-sizing: border-box;
}
.roadmap-content .roadmap-content-info p {
  padding: 10px 0;
  font-size: 1.3em;
}
.roadmap-content .roadmap-content-info h4 {
  width: 100%;
  padding: 0;
}
.roadmap-content .roadmap-content-image {
  background-color: #000000;
  width: 35%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.roadmap-comic-progress {
  background-color: rgba(255, 255, 255, 0.5);
  width: 50% !important;
  height: 15px;
  border: 1px solid #ffffff;
  position: relative;
  margin: 40px auto 10px auto;
}
.roadmap-comic-progress-bar {
  background-color: #18a11a;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

/*========ARTIST PAGE========*/

.artist_card {
  text-align: left;
  width: 100%;
  display: inline-block;
  padding: 40px 0 0 0;
  margin: 40px auto;
  position: relative;
  border-top: 1px solid #fff;
}
.artist-profile-pic {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.icon-lw {
  position: absolute;
  width: 47px;
  height: 37px;
  background: url(/img/fav-lw-ow.png) center no-repeat #212735;
  background-size: contain;
  margin: auto;
  left: 0;
  right: 0;
  top: -20px;
}

/*========COSPLAY PAGE========*/

.cosplay .img-right {
  width: 65%;
  height: auto;
  margin: 0 0 20px 40px;
}
.cosplay h3 {
  padding: 0;
}

/*========FOOTER========*/

.footer {
  width: 100%;
  padding: 20px 0;
  box-sizing: border-box;
}
.footer p {
  float: left;
}
.footer img {
  width: 26px;
  height: auto;
  float: left;
  margin: 0px 10px;
}
.footer-menu a {
  color: #ffffff;
  padding: 5px 0;
  text-decoration: none;
  font-size: 14px;
  margin-right: 20px;
}
.footer-menu a:hover {
  color: #555555;
}
.footer-social-menu {
  float: right;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer-social-menu::after {
  content: '';
  clear: both;
  display: block;
}
.footer-social-menu li {
  float: left;
  list-style-type: none;
}
.footer-social-menu li a {
  color: #ffffff;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  padding: 0;
}
.footer-social-menu li a:hover,
.footer-social-menu li a:active {
  background-color: #7800ff;
}
.footer-social-menu li a img {
  float: none;
  width: auto;
  height: 60%;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* .tree-icon{
  width: 25px;
  padding: 5px 10px;
} */
/*========FORM========*/

input:focus {
  outline-color: #7800ff;
}
input[type='text'],
input[type='password'],
input[type='email'],
input[type='tel'],
input[type='number'],
input[type='date'] {
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 5px 10px;
  box-sizing: border-box;
  font-size: 20px;
  border-radius: 7px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.button,
button {
  font-family: 'calibri-regular';
  font-size: 20px;
  max-width: 100%;
  min-width: 200px;
  height: 50px;
  line-height: 54px;
  box-sizing: border-box;
  border: none;
  text-align: center;
  text-transform: uppercase;
  border-radius: 7px;
  cursor: pointer;
  padding: 0 20px;
}
a.button {
  display: block;
  text-decoration: none;
}
a.button:hover {
  text-decoration: none;
}
.button-square {
  min-width: auto;
}
.button:hover,
button:hover,
input[type='text']:hover,
input[type='password']:hover,
input[type='email']:hover,
input[type='tel']:hover,
input[type='number']:hover,
input[type='date']:hover {
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.3);
  transform: translate(-3px, -3px);
  transition: 0.3s;
}
/* The container */
.radio-box {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.radio-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.radio-box:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.radio-box input:checked ~ .checkmark {
  background-color: #7800ff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.radio-box input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.radio-box .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*========Pop-Up========*/
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.7); /* Fondo oscurecido */
}

.popup-captcha {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: black;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.7); /* Fondo oscurecido */
}

.popup-contenido {
  background: radial-gradient(
    at center top,
    rgba(117, 0, 252, 1) 0%,
    rgba(120, 0, 255, 1) 62%,
    rgba(59, 0, 126, 1) 110%
  );
  clip-path: polygon(0 8%, 100% 0, 90% 100%, 6% 100%);
  width: 50%;
  height: auto;
  max-width: 500px;
  min-height: 340px;
  margin: 20% auto;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  box-shadow: 8px 8px rgba(0, 0, 0, 0.2);
}

.pop-close {
  align-self: flex-end;
  cursor: pointer;
  font-size: 36px;
  font-weight: bold;
}

.pop-close:hover,
.pop-close:active {
  transform: scale(1.25);
  transition: 0.2s;
}

.popup-wrapper {
  margin: 0px 24px 24px 24px;
  text-align: center;
}

.popup-contenido img {
  width: 50%;
  max-width: 160px;
}

.popup-wrapper h2 {
  padding: 0;
}

/*========Video iframe========*/

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio (height/width) */
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#promovideo {
  max-height: 1200px;
  min-height: 56.25vw;
}

/*========COLORS========*/

.bg-gradient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6521ff+0,3080ff+40,0ac6ff+66,00d7ff+100 */
  background: #6521ff; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #6521ff 0%,
    #3080ff 40%,
    #0ac6ff 66%,
    #00d7ff 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #6521ff 0%,
    #3080ff 40%,
    #0ac6ff 66%,
    #00d7ff 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #6521ff 0%,
    #3080ff 40%,
    #0ac6ff 66%,
    #00d7ff 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6521ff', endColorstr='#00d7ff',GradientType=1 ); /* IE6-9 */
  color: #ffffff;
}
.bg-black {
  background-color: #000000;
  color: #ffffff;
}
.bg-dark {
  background-color: #212735;
  color: #ffffff;
}
.bg-purple {
  background-color: #7800ff;
  color: #ffffff;
}
.bg-blue {
  background-color: #00d7ff;
  color: #ffffff;
}
.bg-white {
  background-color: #ffffff;
}
.bg-yellow {
  background-color: #ffdc00;
  color: #212735;
}
.bg-discord {
  background-color: #7882f0;
  color: #ffffff;
}
.bg-linkedin {
  background-color: #0a66c2;
  color: #ffffff;
}
.txt-dark {
  color: #212735;
}
.txt-purple {
  color: #7800ff;
}
.txt-blue {
  color: #00d7ff;
}
.txt-yellow {
  color: #ffdc00;
}
.txt-white {
  color: #ffffff;
}
.txt-blod {
  font-weight: bold;
}
/* ---------------- OVERVIEW -------------------*/
.overview-title {
  font-size: 30pt;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  padding: 60px 0;
  margin-bottom: 20px;
  line-height: 45px;
  box-sizing: border-box;
  /* border-bottom: 1px solid #FFFFFF; */
}
.overview-title p {
  text-transform: uppercase;
  letter-spacing: 0.5em;
  display: inline-block;
  border: 4px double rgba(255, 255, 255, 0.25);
  border-width: 4px 0;
  padding: 1.5em 0em;
  width: auto;
  margin: 9%;
  color: #000;
}

.overview-title p span {
  font:
    700 4em/1 'Oswald',
    Inter,
    sans-serif;
  letter-spacing: 0;
  padding: 0.25em 0 0.325em;
  display: block;
  margin: 0 auto;
  text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);

  /* Clip Background Image */

  /*background: url(https://f.cl.ly/items/010q3E1u3p2Q0j1L1S1o/animated_text_fill.png) repeat-y;*/
  background-size: 50px 50px;
  background-color: #7800ff;
  background-image: -webkit-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
  background-image: -moz-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
  -webkit-background-clip: text;

  /* Animate Background Image */

  -webkit-text-fill-color: transparent;
  -webkit-animation: aitf 10s linear infinite;

  /* Activate hardware acceleration for smoother animations */

  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}

/* Animate Background Image */

@-webkit-keyframes aitf {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

.shi-yang-cast {
  top: 210px;
}

.thorn {
  bottom: 190px;
  width: 80%;
  left: -140px;
}

@media (max-width: 1100px) {
  .shi-yang-cast {
    top: 240px !important;
    left: -30px !important;
  }
  .thorn {
    bottom: -35px !important;
    left: -141px !important;
    width: 100% !important;
  }
}
@media (max-width: 720px) {
  .shi-yang-cast {
    top: 200px !important;
    left: -20px !important;
  }
  .section-1-image .bubble-text {
    right: auto !important;
    left: -50px !important;
  }

  .section-1-title {
    top: 10px !important;
    right: -40px !important;
  }

  .section-2-img {
    width: 210px !important;
    right: -8% !important;
  }

  .thorn {
    bottom: -65px !important;
    left: -117px !important;
  }
  .section-2-image {
    top: 522px !important;
  }

  .bubble-text {
    top: 420px !important;
  }
  .section-2 {
    height: 520px !important;
  }
  .shi-yang-cast {
    top: 150px !important;
    left: -80px !important;
  }
  .section-1-title {
    top: -30px !important;
    right: 0 !important;
  }
}
.section-1.content-wrapper.bg-dark.txt-white {
  overflow: visible;
}

@media (max-width: 600px) {
  .section-1-image {
    margin: 0 auto !important;
    left: 0 !important;
    right: 0 !important;
    top: 70px !important;
  }

  .bubble-text {
    top: 585px !important;
    right: 20px !important;
    left: auto !important;
  }

  .section-2 .col-5 {
    padding-top: 570px !important;
  }
}

@media (max-width: 960px) {
  .section-2 {
    height: auto !important;
  }
  div.main-wrapper > div.section-2.content-wrapper.bg-dark.txt-white.layer-1 {
    padding-top: 130px;
    height: auto;
  }
}

a.bt-yellow-sing-up.button.smaller.bg-yellow.txt-dark {
  margin: 0 5px;
  min-width: 0px !important;
}
@media (max-width: 720px) {
  .section-1-title {
    right: -50px !important;
    left: auto !important;
  }
  .section-1-image .bubble-text {
    top: 45px !important;
  }
  .shi-yang-cast {
    left: -30px !important;
  }
}

.shi-yang-cast {
  width: 253px;
}

@media (max-width: 600px) {
  div.main-wrapper
    > div.section-1.content-wrapper.bg-dark.txt-white
    > div
    > div.section-1-title.layer-2 {
    left: 0 !important;
  }
  div.main-wrapper
    > div.section-1.content-wrapper.bg-dark.txt-white
    > div
    > div.section-1-image.layer-2
    > div.bubble-text.txt-comic.txt-center.medium-txt.layer-3 {
    width: 100%;
    left: -130px !important;
  }
  .bubble-text {
    top: 715px !important;
  }
  .section-2-image {
    top: 822px !important;
  }
  .thorn {
    bottom: 5px !important;
    left: -117px !important;
  }
  div.main-wrapper
    > div.content-limit
    > div.section-2-image.layer-5
    > div
    > img {
    height: 440px !important;
    width: auto;
    max-width: 100%;
    position: relative;
    left: -40px;
  }

  .thorn {
    width: auto !important;
  }
  .section-2-img {
    left: 90px;
  }
}
@media (max-width: 960px) {
  .section-1-title {
    right: -40px !important;
  }
}
