
.hero-section {
    position: relative;
    height: 52vh;
    min-height: 350px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;    
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }


  .content-section {
    position: relative;
    z-index: 1;
    padding-top: 40px;
    padding-bottom: 20px;
    background-color: #fff;
  }

  .event-section-heading {
    margin-top: 0px;
    margin-bottom: 5px;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 1.2px;
  }


  .org-id {
    z-index: 100;
    display: block;
    overflow: hidden;
    width: 160px;
    margin-top: -156px;
    margin-right: auto;
    margin-left: auto;    
    border-radius: 100%;
    background-color: #fff;
    border: 2px solid rgb(255, 255, 255);
    box-shadow: 0 23px 35px -16px rgba(0, 0, 0, 0.5);
  }

  .business_avatar {
    display: block;
    overflow: hidden;
    width: 140px;
    margin-right: auto;
    margin-left: auto;    
    border-radius: 100%;
    background-color: #fff;
    border: 2px solid rgb(255, 255, 255);
    box-shadow: 0 23px 35px -16px rgba(0, 0, 0, 0.5);
  }


  .org-avatar-block {
    z-index: 1;
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 8px;
    background-color: #fff;
  }

  .image {
    width: 100%;
  }


  .content-wrapper {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1136px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-bottom: 2px;
    padding-left: 24px;
  }


  .content-block {
    padding: 16px 32px 24px;
    color: #000;
    text-align: center;
  }

  .content-block.list-head {
    padding-top: 16px;
    padding-bottom: 0px;
  }


  .event-name {
    margin-top: 0px;
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 48px;
    font-weight: 800;
    letter-spacing: 0.2px;
  }

  .side-title {
    color: #343a40;
  }

  .reserve-form label{
    font-weight: bold;
    font-size: 15px;
    color: #343a40;
  }

  .form-error{
    color: red;
    font-size: 12px;
  }

  .errorlist {
    padding-inline-start: 25px !important;
  }

/* Center the loader */
#loader {
    position: fixed;
    display: none;
    left: 50%;
    top: 50%;
    z-index: 9999;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #8712b1;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


@media (max-width: 991px) {
    .content-block {
        padding-right: 24px;
        padding-left: 24px;
      }

    .hero-section {
        height: 360px;
        min-height: 0px;
    }
}

@media (max-width: 767px) {
    .content-block {
        padding: 16px;
      }

    .hero-section {
        height: 280px;
        min-height: 0px;
      }

      .org-id {
        width: 120px;
        margin-top: -100px;
      }

      .event-name {
        font-size: 26px;
        line-height: 32px;
      }

      .business_avatar {
        width: 120px;
      }      
}

@media (max-width: 479px) {
    .content-wrapper {
        padding-right: 24px;
        padding-left: 24px;
      }

      .content-block.list-head {
        padding-top: 16px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
      }

    .hero-section {
        height: 180px;
    }

    .event-name {
        font-size: 22px;
        line-height: 26px;
      }
}


@media (min-width: 992px) {
    /* Large devices (992px and up). Mixin: media-breakpoint-up(lg) */

}

@media (min-width: 1200px) {
    /* X-Large devices (1200px and up). Mixin: media-breakpoint-up(xl) */

}


@media (max-width: 991.98px) {
    /* Large devices (992px and down). Mixin: media-breakpoint-down(md) */

}
