.text-center {
  text-align: center;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.flex {
  display: flex;
}
.mediverse {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  background-color: #000000;
  overflow-x: hidden;
  line-height: 1.2;
  font-weight: 500;
}
.mediverse .inner-container {
  max-width: 1052px;
  margin: 0 auto;
}
header {
  position: relative;
  width: 100%;
  height: 140px;
  /* padding: 0 100px; */
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1090px;
  padding: 0 15px;
}

header .logo img {
  width: 70px;
  display: block;
}

header .menu-wrapper {
  cursor: pointer;
  display: flex;
  /* cursor:url(../img/cursor-selected.png) 38 27, auto; */
}

header .menu-wrapper > span {
  font-weight: bold;
  text-transform: uppercase;
  /* font-family: Montserrat-Bold; */
  font-size: 14px;
  letter-spacing: 3px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

header .menu-wrapper .burger {
  width: 26px;
  height: 18px;
  margin-left: 10px;
}

header .menu-wrapper .burger span {
  display: block;
  margin-bottom: 3px;
  width: 26px;
  height: 3px;
  background-color: #e6007e;
}

section.hero {
  width: 100%;
  margin: 0;
  padding: 0;
}

.hero h1 {
  font-weight: 700;
  font-size: 34pt;
  margin: 0;
  padding: 0 20px;
}
.hero h1 span {
  color: #e6007e;
}

.hero h4 {
  font-weight: 500;
  font-size: 18px;
  margin: 10px 0 40px;
  padding: 0 20px;
}

.hero video {
  width: 100%;
}

.mediverse .overlay {
  bottom: 0;
  left: 0;
  background: rgba(230, 0, 126, 0.8);
  width: 100%;
  padding: 28px 0 32px 0;
}

.mediverse .overlay h2 {
  font-weight: 700;
  font-size: 22px;
  margin: 0 0 10px 0;
}

.mediverse .overlay h5 {
  /* font-weight: 400; */
  font-weight: 400;
  font-size: 16px;
  margin: 0 0 32px 0;
}
.mediverse .overlay a.button {
  border: 0;
  background: #fff;
  color: #e6007e;
  border-radius: 32px;
  font-weight: 600;
  font-size: 16px;
  padding: 16px 32px;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  animation: pulsing 2s infinite cubic-bezier(0.66, 0, 0, 1);
}

.mediverse a.button {
  transition: all 0.2s ease-in-out;
  opacity: 1;
}

.mediverse a.button:hover {
  opacity: 0.6;
}

@media (hover: none) {
  .mediverse a.button:hover {
    opacity: 1;
  }
}

.mediverse .overlay-container {
  max-width: 845px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px;
}

.mediverse .steps {
  padding: 64px 20px;
}

.mediverse .steps h2,
.mediverse .strategic-insights h2,
.mediverse .features h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 28px;
  color: #fff;
  margin: 0 0 10px 0;
  padding: 0 20px;
}

.mediverse .steps h4 {
  font-size: 16px;
  margin: 0 auto 40px;
  max-width: 850px;
  padding: 0 20px;
  font-weight: 600;
}

.mediverse #stepsContainer {
  margin-top: 80px;
}

.mediverse .steps-container {
  flex-direction: row;
  border: 1px solid #fff;
  box-sizing: border-box;
  margin: 0 auto 23px;
}

.mediverse .content-container {
  flex-direction: column;
  justify-content: center;
  padding: 0 22px;
  flex-basis: 50%;
}

.mediverse .content-container h5 {
  text-transform: uppercase;
  color: #15f1ff;
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 10px 0;
}

.mediverse .content-container p {
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
}

.mediverse .strategic-container {
  display: flex;
  flex-direction: row;
  padding: 0 20px;
}

.mediverse .strategic-container img {
  align-self: center;
  width: 50%;
}

.mediverse .strategic-container h6 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px 0;
  line-height: 1.5;
}

.mediverse .strategic-insights {
  margin-bottom: 60px;
}

.mediverse .features {
  margin-bottom: 30px;
}

.mediverse .features-contaner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin-top: 50px;
}

.mediverse .features-contaner:before,
.mediverse .features-contaner:after {
  content: "";
  display: block;
}

.mediverse .icon-container {
  /* max-width: 197px; */
  flex: 1 1 30%; /*grow | shrink | basis */
  /* height: 100px; */
  margin-bottom: 70px;
}

.mediverse .icon-container h3,
.mediverse .icon-container p {
  width: 197px;
  margin: 0 auto;
}

.mediverse .icon-container .icon {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  border: 12px solid rgba(230, 0, 126, 1);
  margin: 0 auto;
  position: relative;
  background-color: #fff;
}

.mediverse .inner-container .icon img {
  width: 50px;
  position: absolute;
  left: 50%;
  right: 0;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.mediverse .icon-container .icon:after {
  /*  content: "";
  display: block;
  background-color: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;*/
}

.mediverse .icon-container h3 {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 22px 0 10px;
}

.mediverse .icon-container p {
  font-size: 15px;
  /* font-weight: 300; */
  line-height: 1.3;
}

.mediverse .conversation {
  margin-bottom: 128px;
}

.mediverse .conversation h4 {
  max-width: 732px;
  margin: 0 auto 60px;
  /* font-weight: 400; */
  font-size: 17px;
  font-weight: 500;
}

.mediverse .conversation h2 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 24px;
  margin: 0;
}

.mediverse .conversation h3 {
  color: #e6007e;
  font-weight: 600;
  font-size: 19px;
  margin: 6px 0 32px 0;
}

.mediverse .conversation a.button {
  border: 0;
  background-color: #e6007e;
  color: #fff;
  border-radius: 32px;
  font-weight: 600;
  font-size: 16px;
  padding: 16px 32px;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 0 0 0 rgba(230, 0, 126, 0.7);
  animation: pulsing 2s infinite cubic-bezier(0.66, 0, 0, 1);
}
.mediverse .video-container {
  display: flex;
  flex-direction: column;
}
.mediverse .video-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: rgba(230, 0, 126, 0.6);
  right: 8%;
  bottom: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
}
.mediverse .video-btn span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  /* border: 8px solid rgba(230, 0, 126, 0.6); */
  /* border: 10px solid rgba(255,255,255,.5); */
  background-color: #e6007e;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mediverse .conversation {
  padding: 0 20px;
}

.footer-popup {
  position: relative;
  height: 100px;
  width: 100%;
  padding: 0 100px;
  background-color: #000;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: bottom 0.4s ease;
  box-sizing: border-box;
  margin-bottom: 30px;
  overflow: hidden;
}

.footer-popup .footer-info-close {
  width: 25px;
  display: block;
}

.footer-popup .left {
  display: flex;
  align-items: center;
}

.footer-popup .left ul {
  list-style-type: none;
  display: flex;
  padding-left: 0;
}

.footer-popup .left ul li {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  margin-left: 60px;
}

.footer-popup .left ul li:first-of-type {
  margin-left: 0;
}

.footer-popup .left ul li a {
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 2px;
}

.footer-popup .left ul li a:hover {
  color: #d72280;
}

.footer-popup .left ul li:after {
  content: "";
  position: absolute;
  top: 3px;
  right: -35px;
  width: 10px;
  height: 10px;
  background-color: #d72280;
  border-radius: 50%;
}

.footer-popup .left ul li:last-of-type:after {
  display: none;
}

.footer-popup .right ul {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-popup .right ul li {
  margin-right: 35px;
}

.footer-popup .right ul li:last-of-type {
  margin-right: 0;
  margin-left: 35px;
  position: relative;
}

.footer-popup .right ul li:last-of-type a {
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 7px;
  display: block;
}

.footer-popup .right ul li:last-of-type a:hover {
  color: #d72280;
}

.footer-popup .right ul li:last-of-type:before {
  content: "";
  position: absolute;
  top: 0;
  left: -35px;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
}

.copyright {
  font-size: 9px;
  display: block;
  text-align: right;
}

.main-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 9000;
}

.main-menu ul.main {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.main-menu ul.main li {
  margin-bottom: 40px;
  opacity: 0;
}

.main-menu ul.main.animated li {
  animation-name: fadeInUp;
  animation-duration: 1.5s;
  animation-fill-mode: both;
}

.main-menu ul.main li:nth-child(1) {
  animation-delay: 0.25s;
}
.main-menu ul.main li:nth-child(2) {
  animation-delay: 0.5s;
}
.main-menu ul.main li:nth-child(3) {
  animation-delay: 0.75s;
}
.main-menu ul.main li:nth-child(4) {
  animation-delay: 1s;
}
.main-menu ul.main li:nth-child(5) {
  animation-delay: 1.25s;
}
.main-menu ul.main li:nth-child(6) {
  animation-delay: 1.5s;
}
.main-menu ul.main li:nth-child(7) {
  animation-delay: 1.75s;
}
.main-menu ul.main li:nth-child(8) {
  animation-delay: 2s;
}

.main-menu ul.main li:last-child {
  margin-bottom: 0;
}

.main-menu ul.main li a {
  font-size: 36px;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.5s linear;
}

.main-menu ul.main li a:hover {
  color: #d72280;
}

.main-menu .close {
  position: absolute;
  right: 136px;
  top: 44px;
  cursor: pointer;
}

.main-menu .close img {
  width: 39px;
  height: 39px;
}

.fill {
  transition: fill 0.7s ease;
}
.fill:hover {
  fill: #e70077;
}

.mobile,
.footer-mobile {
  display: none;
}
.deskotp,
footer-desktop {
  display: block;
}
.desktop.flex {
  display: flex;
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@media (max-width: 1024px) {
  .main-menu .close {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
  }
  .main-menu ul.main li a {
    font-size: 18px;
  }
  .main-menu ul.main li {
    margin-bottom: 9px;
  }
  .mediverse .strategic-container {
    flex-direction: column;
  }
  .mediverse .icon-container {
    flex: 1 1 50%;
    margin-bottom: 30px;
  }
  .mediverse .content-container {
    flex-basis: auto;
    padding-bottom: 20px;
  }
  .mediverse .content-container p {
    margin: 0 0 10px 0;
  }
  .mediverse .content-container p,
  .mediverse .icon-container p {
    font-size: 16px;
  }
  .mediverse .strategic-container img {
    padding: 16px;
  }
}

@media (max-width: 979px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .mobile.flex {
    display: flex;
  }
  .footer-popup {
    display: flex;
    flex-direction: column;
    padding: 0;
    justify-content: center;
  }
  .footer-popup .right ul.footer-desktop {
    display: none;
  }
  .footer-mobile {
    display: block;
  }
  .hero h4 {
    padding: 0 20px;
  }
  .mediverse .steps-container {
    align-items: flex-start;
    flex-direction: column;
    height: auto;
  }
  .mediverse .steps-container:nth-child(odd) {
    flex-direction: column-reverse;
  }
  .mediverse .steps img {
    margin-bottom: 12px;
    width: 100%;
    height: auto;
  }
  .mediverse .strategic-container img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .mediverse .strategic-container {
    flex-direction: column;
  }
  .hero h1 {
    font-size: 30px;
  }
  .mediverse .steps h2,
  .mediverse .strategic-insights h2,
  .mediverse .features h2 {
    font-size: 28px;
  }
  .hero h4 {
    font-size: 18px;
  }
  /* .mediverse section {
        padding: 0 20px
    } */
  .mediverse .overlay {
    position: relative;
  }

  .mediverse .conversation h2 {
    display: flex;
    margin: 0;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    font-size: 21px;
  }
  .mediverse .icon-container .icon {
    width: 60px;
    height: 60px;
  }

  .mediverse .overlay h2 {
    font-size: 18px;
  }

  .mediverse .overlay h5 {
    font-size: 16px;
  }

  .mediverse .steps h4 {
    display: none;
  }

  .mediverse #stepsContainer {
    margin-top: 40px;
  }

  .mediverse .steps {
    padding-top: 30px;
  }
}

@media (max-width: 380px) {
  .footer-popup {
    overflow: visible;
  }

  .footer-popup .left {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }

  .footer-popup .left ul {
    display: initial;
  }

  .footer-popup .left ul li {
    margin-left: 0;
    margin-bottom: 20px;
  }

  .footer-popup .left ul li:after {
    display: none;
  }
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);
  }
}

.go-back {
  cursor: pointer;
  z-index: 100;
  position: absolute;
  bottom: 126.5%;
  left: 5%;
}

.go-back > span {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: 1px solid #d72280;
  background-color: #d72280;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation: scalePulse 0.7s linear infinite;
  background-image: url(../img/back-arrow@3x.png);
  background-size: 11px;
  background-repeat: no-repeat;
  background-position: 0.5px 1.25px;
}

.go-back:hover > span {
  transform: scale(1.5, 1.5);
}

@keyframes scalePulse {
  0% {
    box-shadow: 0 0 0 0 rgba(215, 34, 128, 0.5),
      0 0 0 7px rgba(215, 34, 128, 0.5), 0 0 0 14px rgba(215, 34, 128, 0.5),
      0 0 0 21px rgba(215, 34, 128, 0.5);
  }
  100% {
    box-shadow: 0 0 0 7px rgba(215, 34, 128, 0.5),
      0 0 0 14px rgba(215, 34, 128, 0.5), 0 0 0 21px rgba(215, 34, 128, 0.5),
      0 0 0 28px rgba(215, 34, 128, 0);
  }
}
