/* This is for arimac metamerse platform play css. */

.position-relative {
  position: relative;
}

.platform-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: calc(100vh - 100px);
}

@media (max-width: 575.98px) {
  .platform-banner.platform-banner-mob {
    height: 70vh;
  }
}

.platform-banner-inner {
  display: block;
  margin: 0 auto;
  width: 88.9%;
  padding: 18px 0;
}

@media (max-width: 1200px) {
  .platform-banner-inner {
    width: 92.2%;
    padding: 20px 0;
  }
}

@media (max-width: 991.98px) {
  .platform-banner-inner {
    padding: 20px 0 40px;
  }
}

@media (max-width: 767.98px) {
  .platform-banner-inner {
    width: 91.5%;
    padding: 20px 0 30px;
  }
}

.platform-banner-inner .heading {
  font-size: 52px;
  font-weight: 400;
  line-height: 72.8px;
  margin: 0 0 24px;
  color: #2f2f2f;
}

.platform-banner-inner .heading .variant-text {
  font-weight: 800;
}

@media (max-width: 767.98px) {
  .platform-banner-inner .heading {
    font-size: 32px;
    line-height: 44.8px;
    margin: 0 0 16px;
  }
}

.platform-banner-inner .para {
  font-size: 28px;
  font-weight: 400;
  line-height: 50.4px;
  color: var(--black);
  margin: 0 0 24px;
}

@media (max-width: 767.98px) {
  .platform-banner-inner .para {
    font-size: 16px;
    line-height: 28.8px;
    margin: 0 0 16px;
  }
}

.platform-banner-inner .logo-wrap {
  padding-top: 8px;
}

.platform-banner-inner .logo-wrap img.light {
  display: block;
}

.platform-banner-inner .logo-wrap img.dark {
  display: none;
}

.metamerse-text-width {
  width: 78%;
}

@media (max-width: 1200px) {
  .metamerse-text-width {
    width: 100%;
  }
}

.metamerse-video-wrap {
  position: relative;
  height: 872px;
}

@media (max-width: 1200px) {
  .metamerse-video-wrap {
    height: 669px;
  }
}

@media (max-width: 1200px) {
  .metamerse-video-wrap {
    height: 665px;
  }
}

.metamerse-video-wrap video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.metamerse-video-wrap .video-text-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-self: center;
}

.metamerse-video-wrap .video-text-wrap.active button img.play {
  display: block;
  opacity: 0;
}

.metamerse-video-wrap .video-text-wrap.active button img.pause {
  display: none;
  opacity: 0;
}

.metamerse-video-wrap .video-text-wrap.active:hover button img.pause,
.metamerse-video-wrap .video-text-wrap.active:hover button img.play {
  opacity: 1;
}

.metamerse-video-wrap .video-text-wrap.active .text {
  opacity: 0;
  pointer-events: none;
}

.metamerse-video-wrap .video-text-wrap button {
  background-color: #ffffff00;
  border: none;
  outline: 0;
  box-shadow: none;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  z-index: 2;
}

.metamerse-video-wrap .video-text-wrap button img {
  transition: 0.4s;
}

@media (max-width: 1200px) {
  .metamerse-video-wrap .video-text-wrap button img {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 767.98px) {
  .metamerse-video-wrap .video-text-wrap button img {
    width: 68px;
    height: 68px;
  }
}

.metamerse-video-wrap .video-text-wrap button img.play {
  display: none;
  opacity: 0;
}

.metamerse-video-wrap .video-text-wrap button img.pause {
  display: block;
  opacity: 0;
}

.metamerse-video-wrap .video-text-wrap .text {
  font-size: 124px;
  font-weight: 800;
  line-height: 148.8px;
  text-align: center;
  color: #bd45f1;
  margin: 0;
  position: absolute;
  width: 100%;
  opacity: 0.6;
  z-index: 1;
  transition: 0.4s;
  white-space: nowrap;
  overflow: hidden;
  display: none;
}

.metamerse-video-wrap:hover .video-text-wrap button img.pause,
.metamerse-video-wrap:hover .video-text-wrap button img.play {
  opacity: 1;
}

html[data-theme="dark"] .platform-banner-inner .heading {
  color: var(--white);
}

html[data-theme="dark"] .platform-banner-inner .para {
  color: var(--dark-theme-white);
}

html[data-theme="dark"] .platform-banner-inner .logo-wrap img.light {
  display: none;
}

html[data-theme="dark"] .platform-banner-inner .logo-wrap img.dark {
  display: block;
}
