/* Updated css */

* {
  border: none;
}
html {
  width: 100vw;
  padding: 0;
  margin: 0;
}
body {
  font-family: "Abel", sans-serif;
  background-color: #000;
  color: #000;
  margin: 0 !important;
}
#container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.baseCanvas {
  position: relative;
  box-sizing: border-box;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  height: auto;
  max-width: 100vw;
  transform: translate(-50%, -50%);
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: inherit;
  margin: auto;
  padding: 0;
  width: 100%;
  position: absolute;
  top: 32%;
  left: 50%;
}
#home {
  position: relative;
  /*
  top: 0;
  left: 0;
  */
  padding: 0;
  margin: auto;
  width: 100%;
  height: 120vh;
  box-sizing: border-box;
  background-image: url("images/zoomoutnow.jpg");
  background-size: cover;
  background-position: top center;
  
  &.v2 {
      background-image: url("images/new-back.jpg?v=00000");
      position: relative;
      
      &::after {
          content:'';
          position: absolute;
          inset-inline: 0;
          bottom: 0;
          background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%);
          width: 100%;
          height: 20dvh;
      }
  }
}
img#logo {
  text-align: center;
  z-index: 100;
}
img#logo  {
  max-width: 300px;
  height: auto;
}
#nav {
  position: absolute;
  top: 4px;
  width: 100%;
  left: 0;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
#nav a {
  padding: 15px 30px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  transition: all ease-in 200ms;
}
#nav a:hover {
  opacity: 0.5;
}
/**/
#timer {
  padding-top: 40px;
  position: relative;
  /* top: 250px;
  margin-top: 0px;
  margin-bottom: 10px;
  */
}
#timer p {
  max-width: 900px;
  text-align: center;
  font-size: 48px;
  margin-top: 0;
  margin-bottom: 10px;
  color: #fff;
  font-family: "Abel", sans-serif !important;
  font-weight: bold;
}
#timer .details {
  vertical-align: middle;
  margin-left: 450px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
}
#timer .details a {
  display: block;
  width: 170px;
  border: 3px solid #fff;
  color: #fff;
  text-decoration: none;
  margin-top: 10px;
  padding: 5px 18px;
  text-align: center;
  transition: all ease-in 200ms;
}
#presave {
  position: relative;
  /* 
  top: 250px;
  margin-top: 0px;
  margin-bottom: 10px;
  */
}
#presave {
  vertical-align: middle;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
}
#presave a {
  font-size: 1em;
  display: block;
  width: 170px;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
  margin-top: 0px;
  padding: 12px 20px;
  text-align: center;
  transition: all ease-in 200ms;
  border-radius: 8px;
}
/**/
.page {
  text-align: center;
  color: #fff;
}
#tour {
  text-align: center;
  padding-top: 60px;
}
.page h2 {
  text-transform: uppercase;
  margin-top: 50px;
}
#tour .hero {
  width: 80%;
  max-width: 600px;
  height: auto;
  margin-top: 40px;
}
.bit-widget {
  font-family: "Abel", sans-serif !important;
  text-transform: uppercase;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 60px;
}
.bit-widget .bit-offers {
  color: #000 !important;
  background-color: #fff !important;
}
.bit-widget .bit-play-my-city-button {
  color: #000 !important;
}
/**/
#music {
  width: 100%;
  box-sizing: border-box;
  padding: 0 25px;display: none;
}
#music h3 {
  text-transform: uppercase;
}
#music .song {
  margin-bottom: 0px;
}
#music .song::after {
  content: "";
  display: block;
  background-color: #555;
  height: 1px;
  width: 50%;
  max-width: 150px;
  margin: 65px auto;
}
#music .listen {
  font-size: 1.25em;
  color: #000;
  background-color: #fff;
  display: inline-block;
  text-decoration: none;
  width: 98%;
  max-width: 280px;
  text-transform: uppercase;
  padding: 12px 15px;
  border: solid 1px #fff;
  box-sizing: border-box;
  transition: all 300ms;
}
#music .listen:hover {
  color: #fff;
  background-color: #000;
}
.youtube-video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  margin: 30px auto;
}
.youtube-video-container::after {
  display: block;
  content: "";
  padding-top: 56.25%;
}
.youtube-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/**/
#social {
  margin-top: 10px;
}
#social a {
  color: #fff;
  display: inline-block;
  margin: 5px 9px;
  font-size: 1.2em;
  width: 35px;
  height: 35px;
  line-height: 31px;
  transition: all 300ms;
}
#social a .fab {
  vertical-align: middle;
}
#social a:hover,
#banner .details a:hover {
  color: #000;
  background-color: #fff;
}
#follow {
  background-color: #000;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
  padding: 12px 0;
}
/**/
#footer {
  background-color: #000;
  color: #fff;
  font-size: 12px;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  padding: 12px;
}
#footer a {
  color: #fff;
  display: inline-block;
  margin: 0 3px;
}
@media (orientation: portrait) {
}
@media (max-width: 800px) {
  #navbg {
    height: 100px;
  }
  #nav {
    top: 0px;
    font-size: 18px;
  }
  #nav a {
    padding: 15px;
  }
  
  img#logo {
    max-width: 180px;
  }
  .popup {
    width: 70%;
  }
  #timer p {
    font-size: 42px !important;
    padding-bottom: 14px !important;
  }
}
@media (max-width: 500px) {
  #banner {
    text-align: center;
  }
  #banner .cover {
    width: 100%;
  }
  #banner .details {
    margin-left: 0;
    margin-top: 20px;
  }
  #timer p {
    font-family: "Abel", sans-serif;
    font-size: 34px !important;
    padding-bottom: 12px !important;
  }
}
.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Abel";
}
h3 {
  text-align: center;
}
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgb(255, 255, 255);
  padding: 1rem 1rem;
  width: 35rem;
  border-radius: 0.5rem;
  font-size: 1.25em;
  color: #000;
}
.close-button {
  float: right;
  width: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer;
  border-radius: 0.25rem;
  background-color: rgb(255, 255, 255);
}
.close-button:hover {
  background-color: rgb(81, 85, 89);
}
.show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}
iframe {
  width: 100%;
  height: 100%;
  color: black;
}
/* Media query for mobile devices */
@media (max-width: 768px) {
  .modal-content {
    width: 26rem;
  }
}
@media (max-width: 460px) {
  .modal-content {
    width: 22rem;
  }
}

@media (min-width: 992px) {
  .bit-widget .bit-event .bit-offers-two-ticket-container {
    flex-direction: column;
    gap: 8px;
  }
}

@media (min-width: 1200px ) {
  .bit-location-under-tablet,.bit-location {
    display: none !important;
  }
  
  .bit-location-under-desktop {
    
    display: block !important;
    text-align: left;
  }
}
/* Responsive Table */

.responsive-table {
  width: 100%;
  border-collapse: collapse;
}

.responsive-table th,
.responsive-table td {
  padding: 10px;
  border: 1px solid #ddd;
}
@media (max-width: 768px) {
  .responsive-table thead {
    display: none;
  }

  .responsive-table tr {
    display: block;
    margin-bottom: 1rem;
    border: 1px solid #ddd;
  }

  .responsive-table td {
    display: flex;
    justify-content: space-between;
    padding: 10px;
  }

  .responsive-table td::before {content: attr(data-label);
    font-weight: bold;
  }
}

@media (max-width: 768px) {
    #home {
        height: 87svh; /* better mobile viewport handling */
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        background-image: url("images/phone.jpg") !important;
    }
}