html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

html,
body {
  height: 100%; }

body {
  position: relative;
  height: calc(100vh - 70px);
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  color: #fff;
  background-color: #000; }

.modal {
  color: #000; }

.event-curtain {
  background-color: #3a3936; }

.event-block {
  padding-top: 10px;
  margin-top: 70px; }
  .event-block .event-details::-webkit-scrollbar {
    width: 0;
    background-color: #000; }
  .event-block .event-details .event-title {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 26px;
    font-weight: bold; }
  .event-block .event-details .event-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem; }
    .event-block .event-details .event-header .additional-info {
      flex: 0 0 50%;
      padding-right: 20px;
      font-size: 18px;
      color: white; }
    .event-block .event-details .event-header .event-image img {
      width: 100%; }
  .event-block .event-details .event-text {
    margin-bottom: 1rem;
    font-size: 18px;
    text-align: justify;
    white-space: pre-wrap; }
  .event-block .event-details .button {
    margin-bottom: 50px; }
    .event-block .event-details .button button {
      font-size: 18px;
      font-weight: bold;
      color: #fecd08 !important; }
  .event-block .other-events::-webkit-scrollbar {
    width: 0;
    background-color: #000; }
  .event-block .other-events .event-card-link {
    position: relative;
    display: block;
    aspect-ratio: 5 / 1;
    cursor: pointer;
    background-color: black; }
    .event-block .other-events .event-card-link .event-info-div {
      position: relative;
      width: 100%;
      height: 100%;
      color: white;
      background-color: rgba(0, 0, 0, 0.3);
      -webkit-transition: .3s all;
      transition: .3s all; }
      .event-block .other-events .event-card-link .event-info-div:hover {
        background-color: transparent; }
      .event-block .other-events .event-card-link .event-info-div .event-price {
        display: none; }
      .event-block .other-events .event-card-link .event-info-div .event-title {
        position: absolute;
        bottom: 30px;
        width: 100%;
        max-height: 3em;
        overflow: hidden;
        font-size: 18px;
        font-weight: 700;
        text-align: center; }
      .event-block .other-events .event-card-link .event-info-div .event-date {
        position: absolute;
        bottom: 10px;
        width: 100%;
        font-size: 16px;
        text-align: center; }

@media (max-width: 768px) {
  .event-block {
    display: flex;
    flex-direction: column;
    height: auto;
    margin-top: 70px; }
    .event-block .event-details {
      width: 100%;
      height: auto;
      overflow-y: inherit !important; }
      .event-block .event-details .event-header {
        flex-direction: column; }
        .event-block .event-details .event-header .additional-info {
          font-size: 1rem !important; }
        .event-block .event-details .event-header .event-image {
          align-self: stretch;
          width: 100%;
          height: auto; }
      .event-block .event-details .event-text {
        margin-bottom: 1rem;
        font-size: 1rem !important;
        text-align: justify; }
      .event-block .event-details .button {
        margin-bottom: 1rem; }
        .event-block .event-details .button button {
          font-size: 1rem !important;
          font-weight: bold;
          color: #fecd08 !important; }
    .event-block .other-events {
      width: 100%;
      height: auto;
      overflow-y: inherit !important; }
      .event-block .other-events .event-card-link {
        position: relative;
        display: block;
        aspect-ratio: 3 / 2;
        cursor: pointer;
        background-color: black; }
        .event-block .other-events .event-card-link .event-info-div {
          position: relative;
          width: 100%;
          height: 100%;
          color: white;
          background-color: rgba(0, 0, 0, 0.6);
          -webkit-transition: .3s all;
          transition: .3s all; }
          .event-block .other-events .event-card-link .event-info-div:hover {
            background-color: rgba(0, 0, 0, 0.8); }
          .event-block .other-events .event-card-link .event-info-div .event-price {
            display: none; }
          .event-block .other-events .event-card-link .event-info-div .event-title {
            position: absolute;
            bottom: 30px;
            width: 100%;
            max-height: 3em;
            overflow: hidden;
            font-size: 18px;
            font-weight: 700;
            text-align: center; }
          .event-block .other-events .event-card-link .event-info-div .event-date {
            position: absolute;
            bottom: 10px;
            width: 100%;
            text-align: center; } }
#modalEventRegister .iti {
  width: calc(100% - 50px); }

/*# sourceMappingURL=event.css.map */
