/* Style for the new hero section with video background */
.home-area iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.home-area .home-overlay {
  position: relative;
  z-index: 10;
  height: 100%;
  width: 100%;
}

.home-area.video-variant #wrapper_homeVideo, .mbYTP_wrapper {
  opacity: 1 !important;
}

.home-area.video-variant #wrapper_homeVideo:before {
  display: none;
}

.section__bg {
  position: absolute;
  left: 0;
  top: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

@media (max-width: 1199px) {
  .home-area .home-name {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .home-area .fixed-wrapper {
    display: block;
  }
}
@media (max-width: 575px) {
  .home-area .home-name {
    font-size: 30px;
  }
}
/* Custom styles for the new hero section */
.header-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.header-main .logo .header-logo img {
  width: 200px;
}

.hero-1 {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 0;
}
.hero-1 .hero-content h1 {
  font-size: 100px;
  line-height: 100px;
}
.hero-1 .hero-content .video-wrap {
  left: 50%;
}
.hero-1 .line-slider2 {
  position: absolute;
  bottom: 0;
  margin: 0;
}

.about-wrapper .superhero-image::before {
  display: none;
}

.brand-image img {
  filter: none;
}

.game-feature-section {
  margin: 0;
  border: 0;
  background: none;
}

.video-play-banner {
  border-radius: 40px;
  background: #1C1D20;
  padding: 40px;
}

.gt-breadcrumb-wrapper {
  margin: 0;
  padding-top: 130px;
}

.gt-top-feature-section {
  padding-top: 120px;
}

.footer-top-wrapper .footer-logo {
  text-align: center;
}
.footer-top-wrapper .location-info {
  justify-content: flex-end;
}

.footer-bottom-text {
  letter-spacing: normal;
}

/*# sourceMappingURL=style-new.css.map */
