@media only screen and (max-width: 600px) {
    .header-img {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px 0 50px 0;
    }
    .header-img > img { 
        width: 220px;
     }
     .form-area {
        display: flex;
        flex-direction: column;
        padding: 15px;
        gap: 10px;
        margin: -50 0 0 0;
        background: #fff;
        border-radius: 25px;
     }
     .int {
        background: #eee;
        padding: 12px 15px;
      }
      .btn { 
        padding: 10px;
        font-weight: 500;
        font-size: 16px;
        background: #6f47ff;
        color: #fff;
       }
      button , input { 
        outline: none;
        border-radius: 125px;
        border: none;
       }
       #slider { 
        width: 100%; 
        display: flex; 
        align-items: center; 
        justify-content: center;
       }
       #slider img { 
        width: 100%; 
        height: 150px; 
        display: none; 
        padding: 10px; 
        border-radius: 18px;
       }
       #slider img.active { 
        display: block;
       }
       .hyperlinks { 
        margin: 10px;
       }
       #tickets {
        margin: 0 10px;
      }
      .ticket {
        margin: 10px 0;
      }
      .btnbhaia { 
        background: rgba(255, 255, 255, 0.8);
        backdrop-filter: blur(10px);
        border-radius: 25px 25px 0 0;
      }
}