@font-face {
  font-family: Office;
  src: url('../fonts/Office-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue: #0000f7;
}

body {
  color: #fff;
  font-family: Office, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
}

a {
  color: #fff;
  text-decoration: none;
  transition: all .2s linear;
}

a:hover {
  text-decoration: none;
}

.video-top {
  width: 100vw;
  height: 30%;
  position: relative;
  overflow: hidden;
}

.background-video {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.play-pause-button {
  display: none;
}

.video-bottom {
  width: 100vw;
  height: 70%;
  overflow: hidden;
}

.website-wrapper {
  width: 100vw;
  position: fixed;
  inset: 0%;
}

.left-column {
  border-right: 2.5px solid #fff;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  height: 100%;
  padding: 40px;
  display: flex;
}

.columns {
  border-top: 5px solid #fff;
  width: 100%;
  height: 100%;
  position: relative;
}

.right-column {
  border-left: 2.5px solid #fff;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.background-video-top {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0%;
}

.links-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  display: flex;
}

.top-div {
  z-index: 5;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.top-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.hod {
  display: none;
}

.link {
  cursor: pointer;
}

.link.hidden {
  display: none;
}

.button-mobile {
  z-index: 200;
  height: 70vh;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.ask-permission {
  opacity: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.body {
  background-color: #1c21f7;
  display: flex;
}

.bg-vid {
  z-index: -3;
  max-width: 100%;
  height: auto;
  max-height: 100vh;
  display: block;
  position: absolute;
  inset: 0%;
  transform: scale(1.01);
}

.background-gif-top {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.background-gif-bottom {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.transit, .transit-reverse {
  width: 250vh;
}

.transit-top {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  width: 406rem;
  display: flex;
}

.moving-letters-wrapper {
  z-index: -1;
  color: #000;
  flex-direction: column;
  justify-content: space-around;
  width: 100vw;
  padding: 5px 0;
  display: flex;
  position: fixed;
  inset: 0%;
}

.moving-letters-wrapper.blue {
  color: var(--blue);
  display: flex;
}

.moving-letters-wrapper.black {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.transit-bottom {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  width: 406rem;
  display: flex;
}

.box {
  background-color: red;
  width: 100%;
  height: 100px;
}

.popup-overlay {
  z-index: 999;
  cursor: pointer;
  background-color: #000000a1;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 9vh;
  padding-bottom: 9vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.tickets-script {
  z-index: 999;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: scroll;
}

.open-ticket {
  cursor: pointer;
  display: inline;
}

.links-flex-mobile {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  display: none;
}

.tickets-div {
  border-radius: 15px;
  width: 480px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1440px) {
  .tickets-script {
    z-index: 999;
  }
}

@media screen and (max-width: 991px) {
  .button-mobile {
    width: 50vw;
    height: 70vh;
    display: block;
    position: fixed;
    inset: auto 0% 0% auto;
  }

  .ask-permission {
    z-index: 20;
    opacity: 0;
    display: block;
    position: absolute;
    inset: 0%;
  }
}

@media screen and (max-width: 767px) {
  .video-top {
    height: 30%;
  }

  .background-video {
    display: none;
  }

  .video-bottom {
    height: 70%;
    position: relative;
  }

  .left-column {
    justify-content: center;
    align-items: center;
    padding: 20px;
  }

  .right-column {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .background-video-top {
    display: none;
  }

  .links-flex {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 20px;
    padding-left: 20px;
    display: none;
    position: fixed;
    inset: auto auto 0% 0%;
    transform: translate(0);
  }

  .top-div {
    padding: 20px;
  }

  .top-flex {
    justify-content: center;
  }

  .hom {
    display: none;
  }

  .hod {
    display: block;
  }

  .button-mobile {
    width: 100vw;
    height: 50vh;
    display: block;
    inset: 50vh 0% 0%;
  }

  .background-gif-top {
    object-fit: cover;
    display: block;
  }

  .background-gif-bottom {
    object-fit: cover;
  }

  .links-flex-mobile {
    z-index: 2147483647;
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    display: flex;
    position: fixed;
    inset: 0% auto auto 0%;
  }
}

@media screen and (max-width: 479px) {
  .links-flex {
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .button-mobile {
    z-index: 200;
    inset: auto 0% 0%;
  }

  .ask-permission {
    z-index: 240;
  }

  .links-flex-mobile {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    inset: 0% 0% auto;
  }
}


@font-face {
  font-family: 'Office';
  src: url('../fonts/Office-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}