
.main-header .bg-image{
    height: 500px;
}
.main-header-info {
    margin-bottom: 22px;
}
.top-btns-container{
    margin-top: 58px;
}
.header-description{
    max-width: 400px;
}
body{
    background-image: url(../../images/zl-bg.png);
    background-size: cover;
}
.ticketing-content-title{
    text-align: center;
    max-width: 560px;
    margin: 75px auto 50px;
}


.ticket-pack {
    border-radius: 30px;
    border: 1px solid var(--blue-color);
    overflow: hidden;
    width: 320px;
    max-width: 100%;
    background: #fff;
    margin: 20px;
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  
  .ticket-header {
    color: #fff;
    position: relative;
    margin: 3px;
  }
  .ticket-shape {
   /* width: 100%;*/
   width: 320px;
    display: block;
  }
  .ticket-image {
    /*width: 100%;*/
    width: 250px;
    height: 100%;
    background-size: cover;
    background-position: center;
    -webkit-mask-image: url('../../images/ticket-shape-mask.png');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-image: url('../../images/ticket-shape-mask.png');
    mask-repeat: no-repeat;
    mask-size: cover;
  }
  .ticket-image::after{
    content: "";
    position: absolute;
    inset: 0;
    background: var(--bg-gradient);
    z-index: 1;
    pointer-events: none;
  }
  .ticket-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*padding: 20px 15px;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 63px;
  }
  .ticket-logo {
    width: 100px;
    position: absolute;
    top: 21px;
    left: 26%;
    z-index: 2;
  }

  .ticket-label {
    text-align: center;
    position: absolute;
    bottom: 21px;
    left: 19%;
    z-index: 2;
  }
.ticket-header .ticket-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.3;
  }
  
  .ticket-header .ticket-title span {
    font-size: 22px;
  }
  
  .ticket-body {
    padding: 20px;
    text-align: center;
    padding: 20px 20px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  
 .ticket-body h4 {
    font-size: 27px;
    margin-bottom: 20px;
  }
  .ticket-body h4 .zl-number{
    font-size: 32px;
  }
  .ticket-info {
    list-style: none;
    padding-right: 17px;
    margin: 0 auto 15px;
    text-align: left;
  }
  
  .ticket-info li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 47px;
  }
  .ticket-info li:before {
    content: url(../../images/check.svg);
    position: absolute;
    left: 0;
    top: 0;
    height: 12px;
    width: 12px;
}

  .ticket-price {
    font-size: 45px;
    margin-bottom: 15px;
    font-weight: 500;
    margin-top: auto;
  }
  .ticket-btn{
    margin-bottom: 25px;
  }
  
  .ticket-terms {
    font-size: 10px;
    margin-bottom: 0;
    display: block;
    color: var(--black-text-color);
  }

  .ticket-title{
    text-shadow: 0px 4px 4px rgba(0, 175, 238, 0.25);
    color: var(--white-text-color);
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-stroke: 0.4px #00afee7a;
    -webkit-text-stroke: 0.4px #00afee7a;
    font-family: "Montserrat-Medium", sans-serif;
  }
  h6 .zl-number{
    font-size: 19px;
  }