/* 
.heroSection{
    background: url(../images/slide2.jpg) no-repeat center center;
    background-size: cover;
    background-color: #000;
} */
html, body {
      scroll-behavior: smooth;
      font-family: 'Poppins', sans-serif;
    }
.bg-hero {
      background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
      background: url('../images/slide2.jpg') no-repeat center center ;
      background-size: cover;
      color: white;
    }
.eventBg{
     background: url(../images/login-bg.jpg) no-repeat bottom center;
    background-size: cover;
    background-color: #000;
}
 @keyframes fadeInUp {
      0% {
        opacity: 0;
        transform: translateY(20px);
      }
      100% {
        opacity: 1;
        transform: translateY(0);
      }
    }
    .animate-fadeInUp {
      animation: fadeInUp 0.6s ease-out both;
    }
 * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: 'Poppins', sans-serif !important;
      line-height: 1.6;
      color: #fff;
      background: #111;
    }

    nav {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 40px;
      z-index: 2;
    }

    nav .logo {
      font-size: 1.5rem;
      font-weight: 700;
      color: #fff;
    }

    nav .logo a {
      font-size: 1.5rem;
      font-weight: 700;
      text-decoration: none;
      color: #ff3d00;
    }

    nav .logo a:hover {
      font-size: 1.5rem;
      font-weight: 700;
      color: #fff;
    }
    nav ul {
      list-style: none;
      display: flex;
      gap: 20px;
    }

    nav ul li a {
      color: #fff;
      text-decoration: none;
      font-weight: 500;
      transition: color 0.3s ease;
    }

    nav ul li a:hover {
      color: #ff3d00;
    }

    header {
        height: 100vh;
        background: url('../images/slide2.jpg') no-repeat center center/cover;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
      }

      header::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
      }

      header .container {
        position: relative;
        z-index: 1;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 1200px;
        width: 100%;
        padding: 0 20px;
      }

      .header-text {
        flex: 1 1 500px;
        padding: 100px 20px 0px 20px;
        text-align: center;
      }
      .header-form {
        flex: 1 1 500px;
        padding: 20px;
        
      }
      .header-form label{
        color: #fff; margin-bottom: 5px;
      }
      .header-image{
        flex: 1 1 500px;
        padding: 20px;
        text-align: right;
        /* background: url('../images/header-image-bg.png') no-repeat center center/cover; */

      }
      .homeIcons i{
        font-size:25px; background-color:#ffffff9d; color:#000786; padding:20px; border-radius:50px; float: left; margin-right: 10px;
      }
      .homeIcons span{
       padding-left: 10px; display: block;
      }
      .priceTag{
        position:absolute; background: url(../images/tag2.png) no-repeat; width: 100px; height: 100px; left: -65px;
      } 
      .priceTag .value{
        text-align: center;
        color: #fff;
        font-weight: bold;
        font-size: 20px;
        vertical-align: middle;
        position: relative;
        top: 12px;
      } 
      .priceTag .Vtext{
        text-align: center;
        color: #fff;
        font-size: 12px;
        position: relative;
        top: -8px;
        left: 3px;
      }
      .ticketTag{
      position:absolute; background: url(../images/tag.png) no-repeat; 
      width: 150px; height: 150px; 
      right: 54px; bottom: 0; padding-top: 40px;
    }
    .ticketTag .value{
        text-align: center;
        color: #000;
        font-weight: bold;
        font-size: 38px;
        vertical-align: middle;
        position: relative;
        top: 0px;
        left: 15px;
    }
    .ticketTag .Ttext{
        /* text-align: center;
        color: #000000;
        font-size: 12px;
        position: relative;
        top: -8px;
        left: 3px; */
        text-align: center;
        color: #000000;
        font-size: 9px;
        position: relative;
        left: 10px;
        letter-spacing: -3px;
        position: relative;
        font-weight: bold;
        top: -74px;
        text-transform: uppercase;
      }
      .ticketTag .Ttext1{
        text-align: center;
        color: #000000;
        font-size: 14px;
        position: relative;
        top: -113px;
        left: 17px;
      }
      .vertical-text {
          writing-mode: vertical-rl; /* or 'vertical-lr' */
          text-orientation: upright; /* ensures individual letters are upright */
          font-size: 16px;
          color: #333;
        }
      .vertical-text-rotate {
        transform: rotate(-90deg); /* Rotate text counterclockwise */
        transform-origin: left top;
        white-space: nowrap;
        display: inline-block;
        font-size: 16px;
      }
    .centered-div {
        display: flex;
        justify-content: left;
        align-items: center;
        height: 65px;
        font-size: 20px;
      }
      .heroSectionHome{
        margin:0px auto; width:90%; background:#4482FF; border-radius:50px; padding:10px; color:#fff; font-size:18px;
      }
      .header-text h1 { 
      font-size: 3rem;
        margin-bottom: 0.5em;
        color: #FFE600;
        font-weight: bold;
      }
      
      .header-text p {
        font-size: 1rem;
        margin-bottom: 0.5em;
        color: #fff;
      }
       .header-text p span{
        color:#FFE600; font-size:20px;
       }
      .header-text a {
        display: inline-block;
        padding: 6px 20px;
        background: #ff3d00;
        color: white;
        text-decoration: none;
        border-radius: 30px;
        font-weight: 700;
        transition: background 0.3s ease; margin-top: 20px;
      }

      .header-text a:hover {
        background: #ff6d40;
      }

      .header-form form {
        display: flex;
        flex-direction: column;
        gap: 15px;
        background: rgba(255, 255, 255, 0.1);
        padding: 30px;
        border-radius: 10px;
      }
      .header-form form h2{
        text-align: center;
      }
      .header-form input {
        padding: 12px;
        border: none;
        border-radius: 5px;
        font-size: 1rem;
        color: #000;
      }

      .header-form button {
        padding: 12px;
        background: #ff3d00;
        color: #fff;
        font-size: 1rem;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        transition: background 0.3s ease;
      }

      .header-form button:hover {
        background: #ff6d40;
      }

    section.parallax {
      min-height: 50vh;
      background-attachment: fixed;
      background-position: center;
      background-size: cover;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: left;
      padding: 60px 20px;
      background-color: #181818;
      color: #fff;
    }

    .parallax-text {
      background: rgba(0, 0, 0, 0.5);
      padding: 40px;
      border-radius: 10px;
    }
    .parallax-text p.text-muted{
      color: #fff !important;
    }

    .about {
      background-image: url('https://images.unsplash.com/photo-1557682268-e39525ed4063');
    }

    .speakers {
      background-image: url('https://images.unsplash.com/photo-1529333166437-7750a6dd5a70');
    }
    
    .event-card {
            transition: transform 0.3s, box-shadow 0.3s;
        }
        .event-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
        }
        .hero {
            background: linear-gradient(135deg, #007bff, #6610f2);
            color: white;
            padding: 60px 0;
            text-align: center;
            margin-bottom: 30px;
        }
    .booking {
      background: #222;
      padding: 60px 20px;
      text-align: center;
    }

    .booking h2 {
      margin-bottom: 20px;
      font-size: 2.5rem;
    }

    .booking form {
      max-width: 600px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      gap: 15px;
    }

    .booking input, .booking textarea {
      padding: 15px;
      border: none;
      border-radius: 5px;
      font-size: 1rem;
      color: #000;
    }

    .booking button {
      padding: 15px;
      background: #ff3d00;
      color: #fff;
      font-size: 1rem;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      transition: background 0.3s ease;
    }

    .booking button:hover {
      background: #ff6d40;
    }

    .footer {
      padding: 20px;
      background: #000;
      text-align: center;
      font-size: 0.9rem;
      color: #bbb;
    }
    .newEvent label{
      font-weight: bold;
    }
    .heroSectionHomeAbove{
      padding:30px; background:#000; margin-top:-150px; position:relative;
    }
    
    .applyCouponBtn{
      border-top-right-radius: 5px !important;
      border-bottom-right-radius: 5px !important;
    }
    .content-section { flex:40%; padding:40px; background:#000; color:#fff; display:flex; flex-direction:column; justify-content:center; }
    .content-section h2 { color:#28a745; }
    .image-section { flex:60%; background:url('../images/payment2.jpg') no-repeat center/cover; }
    
    
    
/* Mobile */


@media (max-width: 767px) {
    header {
    height: 100vh;
    /* background: url(../images/slide1.jpg) no-repeat center center / cover; */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 0px;
   }
   .header-text h1{
      font-size: 25px;
   }
   .header-text a {
    display: inline-block;
    padding: 12px 15px;
    margin-top: 15px;
   }
   .header-text p {
    font-size: 1rem;
    margin-bottom: 0.2em;
    }
    .heroSectionHome {
   margin: 0px auto;
    width: 100%;
    background: #4482FF;
    border-radius: 50px;
    padding: 20px;
    color: #fff;
    font-size: 18px; position: relative;
    top:90px;
    }
    .centered-div {
    display: flex;
    justify-content: left;
    align-items: center;
    height: 66px;
    font-size: 17px;
}
    /* .heroSectionHomeInner{
      margin:0px auto; width:90%; 
      background:#4482FF; border-radius:50px; 
      padding:20px; color:#fff; 
      font-size:18px;
    } */
    .priceTag {
        left: -24px;
        top: -31px;
    }
  
    .header-text {
    flex: 1 1 500px;
    padding: 120px 5px 0px 5px;
    text-align: center;
    }
    .heroSectionHomeAbove{
      padding:30px; background:#000; margin-top:0px; position:relative;
    }
    .parallax-text {
    background: rgba(0, 0, 0, 0.5);
    padding: 15px;
    border-radius: 10px;
    margin-top:50px;
    }
    nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 40px;
    z-index: 2;
    background: #000;
    }
     .heroSectionHomeInner{
      margin:0px auto; width:100%; 
      background:#4482FF; border-radius:50px; 
      padding:20px; color:#fff; 
      font-size:18px;
    }
    .section.parallax {
  margin-top: 170px !important;
  }
  .ticketTag {
    position: absolute;
    background: url(../images/tag.png) no-repeat;
    width: 103px;
    height: 138px;
    right: 0px;
    bottom: 60px;
    padding-top: 40px;
}
  .content-section { flex:80% !important; padding:40px; background:#000; 
  font-size: 40px; }
    .image-section { flex:20% !important; background:url('../images/payment2.jpg') no-repeat center/cover; }

}