body
{
    font-family: 'Inter', sans-serif;
}
p
{
    font-size: 14px;
}
a
{
    text-decoration: none;
}
.footer-sec{
    padding: 20px 0px;
}
.navbar-nav{
    margin-left: auto;
}
#owl-1 .owl-nav
{
  display:block;
  position: absolute;
  top: 40.5%;
  left: 50%;
}
#owl-1 .owl-next
{
    background-color: #ffffff;
    width: 40px;
    height: 40px;
    font-size: 30px;
    border-radius: 50%;
    line-height: 0px;
    font-weight: 600;
    position: absolute;
    left: 33.5rem;
    box-shadow: rgb(47 52 59 / 14%) 0px -2px 4px 0px;
}
#owl-1 .owl-prev
{
    background-color: #ffffff;
    width: 40px;
    height: 40px;
    font-size: 30px;
    border-radius: 50%;
    line-height: 0px;
    font-weight: 600;
    position: absolute;
    right: 33.5rem;
    box-shadow: rgb(47 52 59 / 14%) 0px -2px 4px 0px;

}

.bg1 {
    padding: 50px 0px;
}

.dis_header p
{
    padding:8px;
    font-size:18px;
    text-align: center;
    margin: 0px;
    color: #677383;
}
.dis_header
{
    display: flex;
    justify-content: center;
}
.head-font p
{
    padding:8px;
    font-size:14px;
    text-align:center;
    margin: 0px;
    background: rgb(41, 178, 178);
    color: rgb(255, 255, 255);
}
.head-three p
{
    text-align: center;
    padding: 8px;
    font-size: 14px;
    background-color: #ffffff;
    color: #677383;
    margin: 0px;
}
.nav-header
{
    box-shadow: rgb(47 52 59 / 14%) 0px 0px 32px 10px;
    /* background-color: rgb(255, 255, 255); */
    background-color: #2d0636;
    color: #fff;
    z-index: 100;
    padding:10px 0px;
}
.btn-head
{
    color: rgb(255, 255, 255);
    background-color: rgb(63, 29, 117);
    text-decoration: none;
    padding: 0px 10px;
    border-radius: 40%;
    line-height: 34px;
    margin-left: 5px;
    font-size: 14px;
}
.section-title-h4
{
    font-weight: 800;
    color: #fff;
}
.navbar-light .navbar-nav .nav-link
{
    font-size: 16px;
    color: #fff;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: #fff;
}
.home-banner
{
    padding:30px 0px;
}
.carousel-height img
{
    height: 369px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}
.carousel-height:after
{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0,0,0,0.60) 0%, rgba(0,0,0,0.60) 48%);
    border-radius:10px;
}
.bg-crousel
{
    border-radius: 10px;
    position:relative;
}
.bg-content
{
    position:absolute;
    top:30%;
    left:20%;
    z-index:2;
    text-align:center;
}
.bg-content h1
{
    font-size:48px;
    font-weight:800;
    color:white;
}
.bg-content h6
{
    font-weight:700;
    color:white;
    font-size:18px;
}
.bg-content p
{
    color:white;
}
.section-home
{
    padding: 30px 0px;
    background-color:whitesmoke;
}
.bg-footer
{
    padding:40px 0px 0px 0px;
    border-top: 1px solid rgb(207, 212, 217);
}
.footer-text
{
    border-top: 1px solid rgb(207, 212, 217);
    font-size: 14px;
    padding:15px 0px;
}
.newsletter form {
    background: #fff;
    padding: 7px 7px;
    position: relative;
    border-radius: 7px;
    text-align: left;
    border: 1px solid #677383;
    font-size: 14px;
}
.newsletter form input[type="email"] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
}
.newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 14px;
    padding: 0 20px;
    background: #29b2b2;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 7px;
    box-shadow: 0px 5px 20px rgb(0 0 0 / 10%);
}
.brr 
{
    border: none;
}
.brr:focus
{
    border: none;
}
.brr:focus-visible
{
    border: none;
}
.list-group-item
{
    font-size: 17px;
    font-weight: 600;
}
.section_heading
{
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 35px;
    position: relative;
}
.section_heading::before
{
    content: " ";
    position: absolute;
    height: 6px;
    width: 90px;
    background-color: #29b2b2;
    border-radius: 8px;
    top: 2.5rem;
}
.btn-outline-primary
{
    
}
@media(max-width:600px)
{
    .dis_header p
    {
        font-size: 12px;
    }
    .head-font p
    {
        font-size: 12px;
    }
    .head-three p
    {
        font-size:12px;
    }
    .btn-head
    {
        height: 40px;
    }
    .dis_header
    {
        align-items: center;
    }
    .carousel-height img
    {
        height: 250px;
    }
    #owl-1 .owl-prev
    {
        right: 11rem;
    }
    #owl-1 .owl-next
    {
        left: 11rem;
    }
    .bg-content
    {
        top:17%;
        left:10%;
        right:10%;
    }
    .new-ban-1
    {
        padding:70px 0px !important;
    }
    .bg-content h1
    {
        font-size:35px;
    }
}
.fit_img
{
    width:100%;
    height:220px;
    object-fit:cover;
}
@media(max-width:380px)
{
    #owl-1 .owl-prev
    {
        right: 8.5rem;
    }
    #owl-1 .owl-next
    {
        left: 8.5rem;
    }
}

.ticket-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.ticket-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* Initial semi-transparent overlay with title only */
.ticket-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(99, 38, 113, 0.4); /* semi-transparent */
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
  transition: all 0.5s ease;
}

.ticket-title {
  font-size: 28px;
  font-weight: bold;
  margin: 0;
  z-index: 2;
}

/* Hidden More button initially */
.btn-more {
  display: none;
  margin-top: 15px;
  background: #fff;
  color: #632671;
  padding: 12px 28px;
  font-size: 18px;
  border-radius: 25px;
  text-decoration: none;
  transition: background 0.3s ease;
  z-index: 2;
}

/* Hover effect: deeper transparent + slide in from top */
.ticket-card:hover .ticket-overlay {
  background-color: rgba(99, 38, 113, 0.8);
  justify-content: center;
  animation: slideDown 0.5s ease forwards;
}

/* Show More button only on hover */
.ticket-card:hover .btn-more {
  display: inline-block;
}

/* Optional zoom on image */
.ticket-card:hover img {
  transform: scale(1.05);
}

/* Slide down animation */
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}


@keyframes slide{
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(-100%);
    }
}
.logo{
    overflow: hidden;
    padding: 60px 0px;
    background: white;
    white-space: nowrap;
    position: relative;
}
.logo::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    /* background: red; */
    content: "";
    z-index: 2;
}
.logo:hover .logo-slider{
    animation-play-state:paused;
}
.logo-slider{
    display: inline-block;
    
    animation: 35s slide infinite linear;
}
.logo-slider img{
    height: 100px;
    margin: 0 20px;

}


    .section-title h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

.section-title p {
    font-size: 16px;
    color: #555;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.back-text {
    margin-top: 10px;
}

.over-text {
    display: block;
    padding: 15px;
    background: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s ease;
    text-align: center;
}

.over-text:hover {
    background: #0056b3;
}

.over-text h2, .over-text p {
    margin: 0;
}




.upcoming-event {
      display: flex;
      justify-content: space-around;
      align-items: flex-start;
      gap: 20px;
      padding: 30px 20px;
      flex-wrap: wrap;
    }

    /* Upcoming Events */
    .events {
      background: white;
      width: 360px;
      border-radius: 8px;
      padding: 20px;
    }

    .events h3 {
      color: #902272;
      margin-bottom: 20px;
    }

    .event-item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 0;
      border-bottom: 1px solid #eee;
    }

    .event-item i {
      color: #e8598c;
      margin-right: 10px;
    }

    .event-left {
      display: flex;
      align-items: center;
    }

    .event-name {
      font-weight: bold;
      font-size: 14px;
    }

    .event-date {
      font-size: 12px;
      color: gray;
    }

    .event-arrow {
      color: #f7931e;
    }

    .calendar-btn {
      display: block;
      margin: 15px auto 0;
      background: #f7931e;
      color: white;
      border: none;
      padding: 10px 15px;
      font-weight: bold;
      border-radius: 4px;
      cursor: pointer;
    }

    /* Facebook */
    .facebook {
      width: 358px;
      background: white;
      border-radius: 8px;
      overflow: hidden;
    }

    .facebook-header {
      background: #f7931e;
      color: white;
      padding: 10px;
      font-weight: bold;
    }

    .facebook-embed {
      height: 370px;
      overflow-y: scroll;
      padding: 10px;
    }

    /* Instagram */
    .instagram {
      width: 320px;
      background: white;
      border-radius: 8px;
      overflow: hidden;
    }

    .instagram-header {
      background: #f7931e;
      color: white;
      padding: 10px;
      font-weight: bold;
    }

    .insta-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 5px;
      padding: 10px;
    }

    .insta-grid img {
      width: 100%;
      border-radius: 4px;
    }

    /* Video Section */
    .video-section {
      text-align: center;
      margin-top: 30px;
    }

    .video-container {
      position: relative;
      display: inline-block;
      border-radius: 8px;
      overflow: hidden;
    }

    .video-container video {
      width: 640px;
      max-width: 100%;
      display: block;
    }

    .watch-tag {
      position: absolute;
      top: 10px;
      right: 10px;
      background: #902272;
      color: white;
      padding: 4px 10px;
      font-weight: bold;
      border-radius: 4px;
    }

    .video-caption {
      background: rgba(0,0,0,0.6);
      color: white;
      padding: 6px;
      font-size: 14px;
      position: absolute;
      bottom: 0;
      width: 100%;
      text-align: center;
    }

    @media (max-width: 768px) {
      .upcoming-event {
        flex-direction: column;
        align-items: center;
      }
    }



    