@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Roboto:wght@100;300;400;500;700;900&display=swap");
body,
html,
* {
  font-family: "Roboto", sans-serif;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  background-color: #0f0f0f;
}

.container-austin {
  margin: 0 auto;
}
@media screen and (min-width: 1440px) {
  .container-austin {
    max-width: 1328px;
  }
}

.container-austin-events {
  margin: 0 auto;
  max-width: 1440px;
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  width: 39px;
  height: 39px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16);
  background-color: white;
  border-radius: 50px;
}
.swiper .swiper-button-next::after,
.swiper .swiper-button-prev::after {
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  font-size: 16px;
  font-weight: bold;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(3, 3, 3, 0.6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.modal .modal-content {
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 20px;
  max-height: 95%;
  overflow-y: auto;
}
.modal .modal-content .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.modal .modal-content .close:hover,
.modal .modal-content .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.modal .modal-content::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}
.modal .modal-content::-webkit-scrollbar {
  width: 7px;
  background-color: transparent;
}
.modal .modal-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--color-gray-2);
}

.video-js {
  border-radius: 4px;
}
.video-js #video-player_html5_api.vjs-tech {
  position: relative;
}
.video-js #video-player_html5_api.vjs-tech img {
  -o-object-fit: cover;
     object-fit: cover;
}
.video-js.image-cover .vjs-poster img {
  -o-object-fit: cover;
     object-fit: cover;
}

.cf7sr-g-recaptcha > div {
  margin: auto;
  margin-bottom: 20px;
}/*# sourceMappingURL=styles.css.map */