.grab-ticket-card {
  height: 172px;
  max-width: 572px;
  width: 572px;
  position: fixed;
  right: 0px;
  bottom: 40vh;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: 999999;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.grab-ticket-card::before {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(3.18deg,
      #181818 12.38%,
      rgba(15, 15, 15, 0.701639) 48.13%,
      rgba(25, 24, 24, 0) 83.88%);
}

.grab-ticket-card.show {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1199px) {
  .grab-ticket-card {
    height: auto;
  }
}

@media (max-width: 767px) {
  .grab-ticket-card {
    width: 100%;
    max-width: -moz-fit-content;
    max-width: fit-content;
    bottom: 0vh;
    left: 0;
    right: 0;
    height: auto;
  }
}

.grab-ticket-card .flex-container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .grab-ticket-card .flex-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}

.grab-ticket-card .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 248px;
  gap: 8px;
}

@media (max-width: 767px) {
  .grab-ticket-card .content {
    max-width: 100%;
  }
}

.grab-ticket-card .content h4 {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.8px;
  color: white;
  font-family: GuardianSansXCond Semibold;
  font-weight: 500;
}

.grab-ticket-card .content p {
  font-size: 16px;
  line-height: 24px;
  color: white;
}

.grab-ticket-card .btn-style {
  width: 252px;
  height: 56px;
  background: linear-gradient(112.38deg,
      rgba(255, 255, 255, 0.5) -120.84%,
      rgba(255, 255, 255, 0.1) 79.67%);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #daaa00;
  line-height: 22.4px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #585057;
  font-family: Montserrat Bold;
  font-weight: 700;
  overflow: hidden;
  transition: all 0.7s ease-in-out;
}

.grab-ticket-card .btn-style::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg,
      transparent,
      rgba(218, 170, 0, 0.1),
      transparent);
  transition: all 0.7s ease-in-out;
}

.grab-ticket-card .btn-style:hover::before {
  left: 100%;
}

@media (max-width: 767px) {
  .grab-ticket-card .btn-style {
    width: 100%;
  }
}

.grab-ticket-card .close-btn-style {
  position: absolute;
  top: 5px;
  right: 16px;
  background: none;
  border: none;
  color: white;
  font-size: 30px;
  padding: 0;
  width: 24px;
  min-height: 24px;
  cursor: pointer;
  z-index: 1;
}

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  object-fit: cover;
}

/* Display If no need */
body.popup-open .grab-ticket-card,
body.popup-open .button-section,
body.popup-open .herobanner-container-button {
  display: none;
}

body.new-header-panel-show .grab-ticket-card {
  display: none;
}

body.new-header-mobile-panel .grab-ticket-card {
  display: none;
}

.show-login .grab-ticket-card,
.show-reg .grab-ticket-card,
.show-menu .grab-ticket-card,
.modal-show .grab-ticket-card {
  display: none;
}

.motoverse-iframe-modal {
  position: fixed;
  z-index: 99999;
  top: auto;
  bottom: 0;
  left: 0;
  height: calc(100% - 80px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  overflow: auto;
  background-color: rgba(24, 24, 27, 0.7);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

@media (max-width: 996px) {
  .motoverse-iframe-modal {
    height: calc(100% - 65px);
  }
}

.motoverse-iframe-modal.show-modal {
  display: flex;
}

.motoverse-iframe-modal__content {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 80vh;
  max-height: 800px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.motoverse-iframe-modal__content iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.motoverse-iframe-modal__close {
  position: fixed;
  z-index: 2;
  top: 24px;
  right: 24px;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
}

@media (max-width: 996px) {
  .motoverse-iframe-modal {
    padding: 12px;
  }

  .motoverse-iframe-modal__content {
    width: 95%;
    max-width: 100%;
    height: 85vh;
  }

  .motoverse-iframe-modal__close {
    top: 12px;
    right: 12px;
  }
}

.cookie-active .grab-ticket-card,
body.re-cookies .grab-ticket-card,
.location-open .grab-ticket-card {
  display: none;
}

/* new fonts */
.homepage-new-fonts {
  .grab-ticket-card .content h4 {
    font-family: 'REFontSemibold';
    font-weight: 600;
  }
  .grab-ticket-card .content p {
    font-family: 'REFontLight';
    font-weight: 400;
  }
  .grab-ticket-card .btn-style {
    font-family: 'REFontBold';
  }
}