/*===========================
      01.COMMON css
===========================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800");

@font-face {
  font-family: 'Komikax';
  src: url('../fonts/komikax.ttf') format('truetype');
  /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Komtxtt';
  src: url('../fonts/komtxtt.ttf') format('truetype');
  /* Safari, Android, iOS */
}

body {
  font-family: "Komtxtt", "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #121212;
}

	body, html { overflow-x: hidden; }

.updatesBodyBg {
    background-color: #000a20;
}

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

img {
  max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h5,
h6 {
  font-family: "Komikax", "Poppins", sans-serif;
  font-weight: 600;
  color: #121212;
  margin: 0px;
}

h4 {
  font-family: "Komikax", "Poppins", sans-serif;
  font-weight: 600;
  color: #ffffff;
  margin: 0px;
  line-height: 35px;
}

h5 {
  font-family: "Arial";
  font-weight: 600;
  color: #ffffff;
  margin: 0px;
  line-height: 35px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #121212;
  margin: 0px;
}


.videoPlayButton {
  width: 5.4em;
  height: 5.4em;
  background-color: rgba(0, 0, 0, .3);
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  cursor: pointer;
  border: .2em solid #fff;
  -webkit-border-image: none;
  -o-border-image: none;
  border-image: none;
  -webkit-border-image: initial;
  -o-border-image: initial;
  border-image: initial;
  -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
  -o-transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
  transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
}

.videoPlayButton span {
  position: relative;
  left: .2em;
  width: 0;
  height: 0;
  display: inline-block;
  border-top: 1.2em solid transparent;
  border-bottom: 1.2em solid transparent;
  border-left: 1.8em solid #fff;
}

.modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}

.modal-body {
  position: relative;
  padding: 0px;
}

.close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}

button {
  background: none;
  border: none;
}

.selectSkin_Container {
  width: 100%;
  height: 120px;
  position: absolute;

  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  left: 0;
  margin: 0 auto;
 background: #fff7db;
   border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.skinCarousel_Container {
  max-height: 100px;
  min-width: 200px;
  width: 35%;
  overflow: hidden;
  margin: 0 auto;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  border: solid;
  border-width: 3px;
  border-color: #4c3d2f;

}

.skinCarousel {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: flex;
  position: relative;
  margin-left: 30%;
  left: 0;
  transition: all 0.5s ease;
}

.iconContainer {
  display: inline-block;
}

.back_btn {
  width: 8%;
  height: 100%;
  z-index: 20;
  position: absolute;
  left: 2%;
  justify-content: center;
  align-items: center;
}

.next_btn {
  width: 8%;
  height: 100%;
  z-index: 20;
  position: absolute;
  right: 2%;
  justify-content: center;
  align-items: center;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.icon_skill {
  width: 8%;
  height: 100%;
  z-index: 20;
  position: absolute;
  right: 2%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon_guild {
  width: 8%;
  height: 100%;
  z-index: 20;
  position: absolute;
  right: 11%;
  display: flex;
  justify-content: center;
  align-items: center;
}


.disable_btn {
  opacity: 0.5;
  filter: grayscale(100%);
}

.list-group-horizontal .list-group-item {
  display: inline-block;
}



.collegium {
  background: #60be18;
}
.mfp-collegium .activatedIcons  {
  background: #60be18;
}
.banshees {
  background: #0fc0b1;
}
.mfp-blue-banshees .activatedIcons  {
  background: #0fc0b1;
}
.hive {
  background: #ecc227;
}
.mfp-hive .activatedIcons   {
  background: #ecc227;
}
.reapers {
   background: #e10158;
}
.mfp-sugar-reapers .activatedIcons   {
   background: #e10158;
}
.altered {
    background: #c057d9;
}
.mfp-altered .activatedIcons   {
    background: #c057d9;
}
.gungnir {
    background: #f17d3e;
}
.mfp-gungnir .activatedIcons   {
    background: #f17d3e;
}
.bio_txt {
  display: none;
}
.button_interaction {
cursor: pointer;
}
.button_interaction:active {
   opacity: 0.5;
}
.button_interaction:hover {
  filter: saturate(3) brightness(90%);
}
.button_skin, .button_bio {
  max-width: 200px;
}


/*===== All Section Title Style =====*/
.section-title .title {
  font-size: 60px;
  font-weight: 600;
  color: #121212;
  line-height: 73px;
  position: absolute;
  align-items: center;
  justify-content: center;
  left: 1%;
  right: 1%;
  background: -webkit-linear-gradient(#c328c1, #f38bb5);
 -webkit-background-clip: text;
 background-clip: text;
 -webkit-text-fill-color: transparent;
 -moz-text-fill-color: transparent;
 -o-text-fill-color: transparent;
 -ms-text-fill-color: transparent;
 text-fill-color: transparent;
}

/*===== All Section Title Style =====*/
.section-title .upDatetitle {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  line-height: 73px;
  position: absolute;
  align-items: center;
  justify-content: center;
  left: 1%;
  right: 1%;
}

.section-title2 .title {
  font-size: 60px;
  font-weight: 600;
  color: #121212;
  line-height: 73px;
  position: absolute;
  align-items: center;
  justify-content: center;
  left: 1%;
  right: 1%;
  background: -webkit-linear-gradient(#60be18, #367407);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  text-fill-color: transparent;
}

.footer-logo img {
  max-width: 200px;
}

.section-title .titlebg {
  font-size: 60px;
  font-weight: 600;
  color: #121212;
  line-height: 73px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 1%;
  right: 1%;
  text-shadow: none;
  -webkit-text-fill-color: #000000;
  -webkit-text-stroke-width: 0.7vmin;
  -webkit-text-stroke-color: #000000;
}

.section-title2 .titlebg {
  font-size: 60px;
  font-weight: 600;
  color: #121212;
  line-height: 73px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 1%;
  right: 1%;
  text-shadow: none;
  -webkit-text-fill-color: #000000;
  -webkit-text-stroke-width: 0.7vmin;
  -webkit-text-stroke-color: #000000;
}

.bracket_murray {
  position: absolute;
  right: 0px;
  bottom: 0px
}
.bracket_murray img{
  width: 600px;
}

.bracket_conor {
  position: absolute;
  left: 0px;
  bottom: 0px
}
.bracket_conor img{
  width: 600px;
}


 @media only screen and (max-width: 1500px) {
   .bracket_murray {
     right: -10%;
   }

   .bracket_conor {
     left: -15%;
   }
}


@media only screen and (max-width: 1200px) {
  .bracket_murray {
    right: -15%;
  }

  .bracket_conor {
    left: -20%;
  }
  }


@media only screen and (max-width: 991px) {

  .section-title .title, .section-title .titlebg {
    font-size: 30px;
    line-height: 35px;
    top: -20%;
  }

  .section-title2 .title, .section-title2 .titlebg {
    font-size: 30px;
    line-height: 35px;
    top: -20%;
  }
}


@media only screen and (max-width: 1000px) {
  /* .bracket_murray {
    display: none;
  }

  .bracket_conor {
    display: none;
  } */

  .bracket_murray img{
    width: 400px;
  }

  .bracket_conor img{
    width: 400px;
  }
  }


@media only screen and (max-width: 767px) {

  .bracket_murray img{
    width: 300px;
  }

  .bracket_conor img{
    width: 300px;
  }

}

.section-title .text {
  font-size: 35px;
  line-height: 33px;
  color: #000000;
  margin-top: 24px;
}

.section-title2 .text {
  font-size: 35px;
  line-height: 33px;
  color: #000000;
}

.new_hero_tag {
  background: url('../images/new_hero.png');
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
}
.new_skin_tag {
  background: url('../images/new_skin.png');
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
}

.overlay {
  background: url('../images/overlay.png');
  background-size: cover;
  z-index: 0.9;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: visible;
  opacity: 1;
  width: 100%;
  height: 100%;
}

.skinCarousel_left {
  max-width: 50px;
  height: 100%;
  z-index: 20;
  position: absolute;
  /* left: 0; */
  left: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.skinCarousel_right {
  max-width: 50px;
  height: 100%;
  z-index: 20;
  position: absolute;
  /* right: 0; */
  right: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}


/*===== All Preloader Style =====*/
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #fff;
  z-index: 99999;
}

.preloader .loader {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.preloader .loader .ytp-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  margin-left: -32px;
  z-index: 18;
  pointer-events: none;
}

.preloader .loader .ytp-spinner .ytp-spinner-container {
  pointer-events: none;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  top: 50%;
  left: 50%;
  margin-top: -50%;
  margin-left: -50%;
  -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
  -moz-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
  -o-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
  animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -moz-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -o-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  right: 50%;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  left: 50%;
}

.preloader .loader .ytp-spinner-circle {
  box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 100%;
  border-style: solid;
  /* Spinner Color */
  border-color: #0067f4 #0067f4 #e9ecef;
  border-radius: 50%;
  border-width: 6px;
}

.preloader .loader .ytp-spinner-left .ytp-spinner-circle {
  left: 0;
  right: -100%;
  border-right-color: #e9ecef;
  -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -moz-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -o-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner-right .ytp-spinner-circle {
  left: -100%;
  right: 0;
  border-left-color: #e9ecef;
  -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -moz-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -o-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.navbar img {
  max-width: 15rem;
  ;
}

/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg);
  }

  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg);
  }

  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg);
  }

  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg);
  }

  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg);
  }

  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg);
  }

  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg);
  }

  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg);
  }

  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg);
  }

  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg);
  }

  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@-webkit-keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }

  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }

  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@-webkit-keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }

  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

@keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }

  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

/*===========================
    11.BUTTON css
===========================*/
/*===== Rounded Buttons =====*/
.rounded-buttons ul li {
  display: inline-block;
  margin-left: 18px;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .rounded-buttons ul li {
    margin-left: 0;
  }
}

.rounded-buttons ul li:first-child {
  margin-left: 0;
}

.rounded-buttons .main-btn {
  border-radius: 50px;
}

.rounded-buttons .rounded-one {
  border-color: #0067f4;
}

.rounded-buttons .rounded-one:hover {
  color: #0067f4;
  background-color: rgba(0, 103, 244, 0.4);
}

.rounded-buttons .rounded-two {
  color: #fff;
  background-color: #0067f4;
  border-color: #0067f4;
}

.rounded-buttons .rounded-two:hover {
  color: #0067f4;
  background-color: transparent;
}

.rounded-buttons .rounded-three {
  overflow: hidden;
  line-height: 52px;
  background: -webkit-linear-gradient(left, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: -o-linear-gradient(left, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: linear-gradient(to right, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background-size: 200% auto;
  color: #fff;
  border: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rounded-buttons .rounded-three {
    line-height: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .rounded-buttons .rounded-three {
    line-height: 44px;
  }
}

.rounded-buttons .rounded-three:hover {
  background-position: right center;
}

.rounded-buttons .rounded-four {
  border-color: #0067f4;
  padding-left: 60px;
}

@media only screen and (max-width: 767px) {
  .rounded-buttons .rounded-four {
    padding-left: 40px;
  }
}

.rounded-buttons .rounded-four span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  left: 30px;
  line-height: normal;
}

@media only screen and (max-width: 767px) {
  .rounded-buttons .rounded-four span {
    left: 15px;
  }
}

.rounded-buttons .rounded-four:hover {
  color: #0067f4;
  background-color: rgba(0, 103, 244, 0.4);
}

.rounded-buttons .rounded-four:hover i {
  -webkit-animation: iconTranslateY 0.5s forwards;
  -moz-animation: iconTranslateY 0.5s forwards;
  -o-animation: iconTranslateY 0.5s forwards;
  animation: iconTranslateY 0.5s forwards;
}

.rounded-buttons .rounded-five {
  color: #fff;
  background-color: #0067f4;
  border-color: #0067f4;
  padding-left: 60px;
}

@media only screen and (max-width: 767px) {
  .rounded-buttons .rounded-five {
    padding-left: 40px;
  }
}

.rounded-buttons .rounded-five span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  left: 30px;
  line-height: normal;
}

@media only screen and (max-width: 767px) {
  .rounded-buttons .rounded-five span {
    left: 15px;
  }
}

.rounded-buttons .rounded-five:hover {
  color: #0067f4;
  background-color: transparent;
}

.rounded-buttons .rounded-five:hover i {
  -webkit-animation: iconTranslateY 0.5s forwards;
  -moz-animation: iconTranslateY 0.5s forwards;
  -o-animation: iconTranslateY 0.5s forwards;
  animation: iconTranslateY 0.5s forwards;
}

.rounded-buttons .rounded-six {
  padding-right: 60px;
  overflow: hidden;
  line-height: 52px;
  background: -webkit-linear-gradient(left, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: -o-linear-gradient(left, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: linear-gradient(to right, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background-size: 200% auto;
  color: #fff;
  border: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rounded-buttons .rounded-six {
    line-height: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .rounded-buttons .rounded-six {
    padding-right: 40px;
    line-height: 44px;
  }
}

.rounded-buttons .rounded-six span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  right: 30px;
  line-height: normal;
}

@media only screen and (max-width: 767px) {
  .rounded-buttons .rounded-six span {
    right: 15px;
  }
}

.rounded-buttons .rounded-six:hover {
  background-position: right center;
}

.rounded-buttons .rounded-six:hover i {
  -webkit-animation: iconTranslateY 0.5s forwards;
  -moz-animation: iconTranslateY 0.5s forwards;
  -o-animation: iconTranslateY 0.5s forwards;
  animation: iconTranslateY 0.5s forwards;
}

@-webkit-keyframes iconTranslateY {
  49% {
    -webkit-transform: translateY(100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }

  51% {
    opacity: 1;
  }
}

@-moz-keyframes iconTranslateY {
  49% {
    -webkit-transform: translateY(100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }

  51% {
    opacity: 1;
  }
}

@keyframes iconTranslateY {
  49% {
    -webkit-transform: translateY(100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }

  51% {
    opacity: 1;
  }
}

.lg-btn {
  line-height: 64px !important;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .lg-btn {
    font-size: 16px;
    ine-height: 52px;
  }
}

.el-btn {
  line-height: 80px !important;
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .el-btn {
    font-size: 18px;
    line-height: 74px;
  }
}

.sm-btn {
  line-height: 40px !important;
  font-size: 12px;
}

/*===========================
        09.NAVBAR css
===========================*/
.navbar-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  z-index: 99;
}

.navbar-area .navbar {
  position: relative;
  padding: 0;
}

.navbar-area .navbar .navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #fff;
  margin: 5px 0;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}

.navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}

.collapse:not(.show) {
        display: flex!important;
}

/* @media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area .navbar .navbar-collapse {
    position: absolute;
    top: 115%;
    left: 0;
    width: 100%;
    background-color: #f4f6f7;
    z-index: 8;
    padding: 10px 0;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(18, 18, 18, 0.05);
    -moz-box-shadow: 0px 10px 25px 0px rgba(18, 18, 18, 0.05);
    box-shadow: 0px 10px 25px 0px rgba(18, 18, 18, 0.05);
  }
} */

/* @media (max-width: 767px) {
  .navbar-area .navbar .navbar-collapse {
    position: absolute;
    top: 115%;
    left: 0;
    width: 100%;
    background-color: red;
    z-index: 8;
    padding: 10px 0;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(18, 18, 18, 0.05);
    -moz-box-shadow: 0px 10px 25px 0px rgba(18, 18, 18, 0.05);
    box-shadow: 0px 10px 25px 0px rgba(18, 18, 18, 0.05);
  }
} */

.navbar-area .navbar .navbar-nav .nav-item {
  margin: 0 16px;
  position: relative;
}

.navbar-area .navbar .navbar-nav .nav-item a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  padding: 26px 0;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}
/*
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area .navbar .navbar-nav .nav-item a {
    padding: 10px 0;
    display: block;
    color: #121212;
  }
}

@media (max-width: 767px) {
  .navbar-area .navbar .navbar-nav .nav-item a {
    padding: 10px 0;
    display: block;
    color: #121212;
  }
} */

.navbar-area .navbar .navbar-nav .nav-item a::before {
  position: absolute;
  content: '';
  width: 32px;
  height: 4px;
  left: 50%;
  margin: 0 2px;
  bottom: 14px;
}

/* @media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area .navbar .navbar-nav .nav-item a::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-area .navbar .navbar-nav .nav-item a::before {
    display: none;
  }
}

.navbar-area .navbar .navbar-nav .nav-item.active>a, .navbar-area .navbar .navbar-nav .nav-item:hover>a {
  opacity: 1;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area .navbar .navbar-nav .nav-item.active>a, .navbar-area .navbar .navbar-nav .nav-item:hover>a {
    color: #121212;
  }
}

@media (max-width: 767px) {
  .navbar-area .navbar .navbar-nav .nav-item.active>a, .navbar-area .navbar .navbar-nav .nav-item:hover>a {
    color: #121212;
  }
} */

.navbar-area .navbar .navbar-nav .nav-item.active>a::before, .navbar-area .navbar .navbar-nav .nav-item:hover>a::before {
  -webkit-transform: translate(-50%) scaleX(1);
  -moz-transform: translate(-50%) scaleX(1);
  -ms-transform: translate(-50%) scaleX(1);
  -o-transform: translate(-50%) scaleX(1);
  transform: translate(-50%) scaleX(1);
}


@media only screen and (max-width: 992px) {
.navbar-nav {
  flex-direction: row;
}
.navbar img {
    max-width: 9rem;
}
}

@media only screen and (max-width: 374px) {
.navbar img {
    max-width: 7rem;
}
}




.navbar-area .navbar .navbar-btn li {
  display: inline-block;
  margin-right: 5px;
}

.navbar-area .navbar .navbar-btn li a {
  padding: 10px 16px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-area .navbar .navbar-btn li a.light {
  border-color: #fff;
}

.navbar-area .navbar .navbar-btn li a.light:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.navbar-area .navbar .navbar-btn li a.solid {
  color: #0067f4;
}

.navbar-area .navbar .navbar-btn li a.solid:hover {
  background-color: transparent;
  color: #fff;
}

.navbar-area.sticky {
  background-color: #020a21;
  z-index: 999;
  position: fixed;
  -webkit-box-shadow: 0px 10px 25px 0px rgba(18, 18, 18, 0.05);
  -moz-box-shadow: 0px 10px 25px 0px rgba(18, 18, 18, 0.05);
  box-shadow: 0px 10px 25px 0px rgba(18, 18, 18, 0.05);
}

.navbar-area.sticky .navbar .navbar-toggler .toggler-icon {
  background-color: #121212;
}

.navbar-area.sticky .navbar .navbar-nav .nav-item a {
  color: #121212;
  opacity: 0.7;
}

.navbar-area.sticky .navbar .navbar-nav .nav-item.active, .navbar-area.sticky .navbar .navbar-nav .nav-item:hover {
  color: #121212;
  opacity: 1;
}

.navbar-area.sticky .navbar .navbar-btn li a.light {
  border-color: #0067f4;
  color: #0067f4;
}

.navbar-area.sticky .navbar .navbar-btn li a.solid {
  color: #fff;
}

/*===========================
       10.SLIDER css
===========================*/
.video_size {
  margin: auto;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: visible;
  opacity: 1;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 1725px) {
  .video_size {
     top: 40%;
  }
}

@media only screen and (max-width: 1400px) {
  .video_size {
    width: 2073px;
    top: 50%;
  }
}

.carousel-inner {
  background-size: cover;
  position: relative;
}

.carousel-item {
  position: relative;
}

.carousel-item-bg {
  background: url('../images/bg_battle.jpg');
  background-size: cover;
}

.carousel-item-update-bg {
  background: url('../images/header_update.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.carousel-item-update-bracket {
  background: url('../images/web_banner_bracket.png');
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.carousel-item::before {
  position: absolute;
  content: '';
  width: 33%;
  height: 100%;
  top: 0;
  right: 15%;
  -webkit-transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  -o-transform: skewX(20deg);
  transform: skewX(20deg);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .carousel-item::before {
    width: 40%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .carousel-item::before {
    width: 60%;
  }
}

@media only screen and (max-width: 767px) {
  .carousel-item::before {
    width: 50%;
    right: 45%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .carousel-item::before {
    right: 25%;
  }
}

@media only screen and  (max-width: 576px) {
  .col-sm-4 {
    width: 150px;
  }


}


@media only screen and  (max-width: 576px) and (orientation : portrait) {
  .bracket_murray {
    display: none;
  }

  .bracket_conor {
    display: none;
  }
}

@media only screen and  (max-width: 576px) and (orientation : landscape) {
  .bracket_murray {
    display: none;
  }

  .bracket_conor {
    display: none;
  }
}

.carousel-item .slider-image-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 9;
}

.carousel-item .slider-image-box .slider-image {
  max-width: 550px;
  width: 100%;
}

.slider-content {
  position: relative;
  z-index: 9;
  padding-top: 240px;
  padding-bottom: 200px;
}

.slider-content-main {
  position: relative;
  z-index: 9;
  padding-top: 250px;
  padding-bottom: 160px;
}

.slider-content img, .slider-content-main img {
  display: block;
  margin: auto;
  max-width: 450px;
}


@media only screen and (max-width: 767px) {
  .slider-content {
    padding-top: 190px;
    padding-bottom: 150px;
  }

  .slider-content-main {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.slider-content .title, .slider-content-main .title {
  font-size: 65px;
  line-height: 75px;
  color: #fff;
  font-weight: 700;
  -webkit-text-shadow: 5px 5px #000000;
  -moz-text-shadow: 5px 5px #000000;
  text-shadow: 5px 5px #000000;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content .title, .slider-content-main .title {
    font-size: 58px;
    line-height: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content .title, .slider-content-main .title {
    font-size: 72px;
    line-height: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-content .title, .slider-content-main .title {
    font-size: 34px;
    line-height: 45px;
  }
}

.slider-content .text, .slider-content-main .text {
  -webkit-text-shadow: 1px 1px #ffffff;
  -moz-text-shadow: 1px 1px #ffffff;
  text-shadow: 1px 1px #ffffff;
  color: #000000;
  font-size: 60px;
  line-height: 60px;
  margin-top: 16px;
}

.slider-content .slider-btn, .slider-content-main .slider-btn {
  display: block;
  padding-top: 16px;
  width: 41%;
  margin: auto;
}

.slider-content .slider-btn li, .slider-content-main .slider-btn li {
  display: inline-block;
  margin: 16px 8px 0;
}

@media only screen and (max-width: 767px) {
  .slider-content .slider-btn li, .slider-content-main .slider-btn li {
    margin: 16px 3px 0;
  }
}

.slider-content .slider-btn li a.rounded-one, .slider-content-main .slider-btn li a.rounded-one {
  background-color: #fff;
  border-color: #fff;
}

.slider-content .slider-btn li a.rounded-one:hover, .slider-content-main .slider-btn li a.rounded-one:hover {
  background-color: transparent;
  color: #fff;
}

.slider-content .slider-btn li a.rounded-two, .slider-content-main .slider-btn li a.rounded-two {
  border-color: #fff;
}

.slider-content .slider-btn li a.rounded-two:hover, .slider-content-main .slider-btn li a.rounded-two:hover {
  background-color: #fff;
  color: #0067f4;
}

.carousel-indicators {
  margin-bottom: 50px;
}

.carousel-indicators li {
  display: block;
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50px;
  border: 0;
  margin: 0px 2px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .carousel-indicators li {
    width: 13px;
    height: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .carousel-indicators li {
    width: 13px;
    height: 13px;
  }
}

.carousel-indicators li.active {
  background-color: #fff;
  width: 16px;
  border-radius: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .carousel-indicators li.active {
    width: 23px;
  }
}

@media only screen and (max-width: 767px) {
  .carousel-indicators li.active {
    width: 23px;
  }
}

.carousel .carousel-control-prev, .carousel .carousel-control-next {
  top: 50%;
  font-size: 32px;
  color: #fff;
  bottom: auto;
  left: 60px;
  right: auto;
  opacity: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .carousel .carousel-control-prev, .carousel .carousel-control-next {
    left: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .carousel .carousel-control-prev, .carousel .carousel-control-next {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .carousel .carousel-control-prev, .carousel .carousel-control-next {
    display: none;
  }
}

@media only screen and (max-width:991px) {
.slider-content-main {
    padding-top: 125px;
}
.slider-content .slider-btn, .slider-content-main .slider-btn {
    width: 32%;
}
}

@media only screen and (max-width:500px) {
  .slider-content img, .slider-content-main img {
     max-width: 250px;
  }
  .slider-content .slider-btn, .slider-content-main .slider-btn {
      width: 190px;
  }
}


.carousel .carousel-control-next {
  right: 60px;
  left: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .carousel .carousel-control-next {
    right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .carousel .carousel-control-next {
    right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .carousel .carousel-control-next {
    right: 30px;
  }
}

/*===========================
      18.undead css
===========================*/
.undead-area {
  padding-top: 300px;
  background: url('../images/overlay_white_bg.png') #000a20;
  background-size: fixed;
  background-position: top;
  background-repeat: repeat-x;
}

.undead-area .text {
  font-size: 35px;
  line-height: 35px;
  text-align: center;
}
.update-newHero .text {
  font-family: arial;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}
.update-newHero .textHeader {
  font-family: arial;
  font-size: 18px;
  line-height: 26px;
  font-weight: bolder;
  color: #c057d9;
}
.update-newHero .textSubHeader {
  font-family: arial;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  text-decoration: underline;
  color: #ffffff;
}

.undead-menu ul li {
  font-size: 16px;
  font-weight: 700;
  color: #6c6c6c;
  line-height: 48px;
  padding: 0 30px;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  cursor: pointer;
  width: 100%;
  border-radius: 50px;
  overflow: hidden;
  margin-top: 4px;
  text-transform: uppercase;
}

.undead-menu ul li:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .undead-menu ul li {
    font-size: 14px;
    padding: 0 26px;
  }
}

@media only screen and (max-width: 767px) {
  .undead-menu ul li {
    font-size: 14px;
    padding: 0 22px;
    line-height: 42px;
  }
}
 @media only screen and (max-width: 1300px) {

   .slider-content-main-updates-logo {
     padding-top: 20px;
     padding-bottom: 20px;
   }

   .slider-content-main-bracket-logo {
     /* padding-top: 20px; */
     padding-bottom: 20px;
   }

   .slider-content-main-updates {
     padding-top: 10px;
   }
 }

 @media only screen and (max-width: 800px) {
  .carousel-item-update-bg {
    background: url('../images/header_update.jpg');
    background-size: 1200px 336px;
    background-repeat: no-repeat;
  }



  .slider-content-main-updates-logo {
    position: relative;
    z-index: 9;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .slider-content-main-bracket-logo {
        position: relative;
        z-index: 9;
        /* padding-top: 20px; */
        padding-bottom: 20px;
      }

  .slider-content-main-updates {
    position: relative;
    z-index: 9;
    padding-top: 0px;
  }

  .slider-content-main-updates-logo img{
    display: block;
    margin: auto;
    max-width: 300px
  }

  .slider-content-main-bracket-logo img{
    display: block;
    margin: auto;
    max-width: 300px
  }

   .slider-content-main-updates img {
    display: block;
    margin: auto;
    max-width: 200px
  }

  /* .slider-content-main-updates {
    padding-top: 375px !important;
    padding-bottom: 0px !important;
  } */
}

.undead-menu ul li::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(left, #0067f4 0%, #2bdbdc 100%);
  background: -o-linear-gradient(left, #0067f4 0%, #2bdbdc 100%);
  background: linear-gradient(to right, #0067f4 0%, #2bdbdc 100%);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.undead-menu ul li:hover, .undead-menu ul li.active {
  color: #fff;
}

.undead-menu ul li:hover::before, .undead-menu ul li.active::before {
  opacity: 1;
}

.single-undead .undead-image {
  position: relative;
  overflow: hidden;
}

.single-undead .undead-image img {
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single-undead .undead-image .undead-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  border-radius: 8px;
}

.single-undead .undead-image .undead-overlay .undead-content {
  padding: 16px;
}

.single-undead .undead-image .undead-overlay .undead-content .undead-icon {
  position: relative;
  display: inline-block;
  margin: 0 20px;
}

.single-undead .undead-image .undead-overlay .undead-content .undead-icon a {
  font-size: 30px;
  font-weight: bold;
  color: #0067f4;
  position: relative;
  z-index: 5;
  line-height: 50px;
   padding: 200px;
}

.single-undead .undead-image .undead-overlay .undead-content .undead-icon .shape {
  position: absolute;
  top: 7px;
  left: 0;
}

.single-undead:hover .undead-overlay {
  opacity: 1;
  visibility: visible;
}

.card-text {
  font-size: 35px;
  line-height: 33px;
}

.card {
  margin: 1rem;
  background-color: #fff7db;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 1);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 1);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 1);
  border-radius: 8px;
  border: none;
}

.update_card {
  margin: 1rem;
 background:rgba(0, 0, 0, 0.3);
  /* -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 1);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 1);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 1); */
  border-color: #17377f;
  border-style: solid;
  border-width: 1px;
  border-radius: 8px;

}

/* ==========================================================================
     Video Background
     ========================================================================== */
#video-area .contents {
  padding: 160px 0 80px;
}

#video-area .contents h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 300;
  margin-bottom: 25px;
  line-height: 70px;
}

#video-area .contents p {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.5px;
}

#video-area .contents .btn {
  margin: 20px 10px;
  text-transform: uppercase;
}

#video-area .banner_bottom_btn {
  margin-top: 40px;
}

#video-area .banner_bottom_btn i {
  color: #fff;
  font-size: 48px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#video-area .banner_bottom_btn i:hover {
  color: #F97794;
}

/* ==========================================================================
    About Section Style
     ========================================================================== */
/*===========================
      16.game css
===========================*/
.game-area {
  background-color: #ffffff;
  padding-top: 75px;
}

.game-area .text {
  font-size: 35px;
  line-height: 35px;
  text-align: center;
}

/*===========================
    21.FOOTER css
===========================*/
/*===== FOOTER FIVE =====*/
.footer-area {
  background-color: #000a20;
  padding-bottom: 120px;
}

.footer-area .social li {
  display: inline-block;
  margin: 0 5px;
}

.footer-area .social li a {
  font-size: 24px;
  color: #6c6c6c;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer-area .social li a:hover {
  color: #0067f4;
}

.footer-area .footer-support {
  padding-top: 21px;
}

.footer-area .footer-support span {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 600;
  margin-top: 9px;
  display: block;
}

.mauler {
  position: absolute;
  top: 1000px;
  right: -600px;
  z-index: 1;
  opacity: 0;
}

.mauler img {
  width: 500px;
}

.maulerMove {
  -webkit-transition: all 0.6s ease-in 0s;
  -moz-transition: all 0.6s ease-in 0s;
  -ms-transition: all 0.6s ease-in 0s;
  -o-transition: all 0.6s ease-in 0s;
  transition: all 0.6s ease-in 0s;
  right: 0px;
  opacity: 1;
}

.degraded {
  position: absolute;
  top: 1000px;
  left: -500px;
  width: 500px;
  z-index: 1;
  opacity: 0;
}

.degraded img {
  width: 500px;
}

.degradedMove {
  -webkit-transition: all 0.6s ease-in 0s;
  -moz-transition: all 0.6s ease-in 0s;
  -ms-transition: all 0.6s ease-in 0s;
  -o-transition: all 0.6s ease-in 0s;
  transition: all 0.6s ease-in 0s;
  left: 0px;
  opacity: 1;
}

@media only screen and (max-width: 1980px) {
  .mauler img {
    width: 300px;
  }

  .degraded img {
    width: 300px;
  }
}

@media only screen and (max-width: 1980px) {
  .mauler img {
    display: none;
  }

  .degraded img {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .footer-area .footer-support span {
    display: block;
  }
}

.footer-area .footer-app-store {
  padding-top: 27px;
}

.footer-area .footer-app-store ul li {
  display: inline-block;
  margin-right: 8px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area .footer-app-store ul li {
    margin-right: 6px;
  }
}

.footer-area .footer-app-store ul li:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .footer-area .footer-app-store ul li {
    width: 120px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-area .footer-app-store ul li {
    width: auto;
  }
}


@media only screen and (max-width: 767px){
  .button_skin, .button_bio {
    max-width: 100px;
  }
  .skinCarousel_left {
    max-width: 35px;
    height: 100%;
    left: 20%;
  }
  .skinCarousel_right {
    max-width: 35px;
    height: 100%;
    right: 20%;
  }
}
@media only screen and (max-height: 767px) {
  .button_skin, .button_bio{
    max-width: 100px;
  }
  .skinCarousel_left {
    max-width: 35px;
    height: 100%;
    left: 20%;
  }
  .skinCarousel_right {
    max-width: 35px;
    height: 100%;
    right: 20%;
  }
}


@media only screen and (max-width: 450px) {
  .social_dots {
    display: none;
  }
}

.footer-area .copyright .text {
  color: #121212;
}

.footer-area.footer-dark {
  background-color: #000a20;
}

.footer-area.footer-dark .social li a {
  color: #fff;
}

.footer-area.footer-dark .footer-support {
  padding-top: 21px;
}

.footer-area.footer-dark .footer-support span {
  color: #fff;
}

.footer-area.footer-dark .footer-app-store {
  padding-top: 27px;
}

.footer-area.footer-dark .footer-app-store ul li {
  color: #fff;
}

.footer-area.footer-dark .copyright .text {
  color: #fff;
}

/*===== BACK TO TOP =====*/
.back-to-top {
  font-size: 20px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  background-color: #0067f4;
  text-align: center;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: none;
}

.back-to-top:hover {
  color: #fff;
  background-color: #0067f4;
}
