  body {
      font-family: 'Poppins', sans-serif;
  }

  /* NAVBAR */

  .navbar {
      padding: 20px 0;
      transition: 0.4s;
  }

  .navbar-brand {
      font-weight: 700;
      font-size: 28px;
      letter-spacing: 2px;
      color: #2af598 !important;
  }

  .navbar-nav .nav-link {
      color: #fff !important;
      margin: 0 15px;
      font-weight: 500;
      transition: .3s;
  }

  .navbar-nav .nav-link:hover {
      color: #2af598 !important;
  }

  /* BUY BUTTON */

  .ticket-btn {
      background: linear-gradient(45deg, #f6d365, #fda085);
      border: none;
      padding: 10px 25px;
      border-radius: 6px;
      font-weight: 600;
      transition: .4s;
  }

  .ticket-btn:hover {
      transform: translateY(-3px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }
.navbar{
padding:15px 0;
transition:0.3s;
background:transparent;
}

/* SCROLL NAVBAR */

.navbar.scrolled{
background:rgba(0,0,0,0.85);
backdrop-filter:blur(8px); 
box-shadow:0 5px 20px rgba(0,0,0,0.3);
}
  /* HERO SECTION banner*/

  .hero {
      height: 100vh;
       background: url('../img/dd.jfif') center/cover no-repeat;
      /* background: url('https://images.unsplash.com/photo-1515168833906-d2a3b82b302a') center/cover no-repeat; */
      position: relative;
      display: flex;
      align-items: center;
  } 

  .hero::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .4));
  }

  /* HERO CONTENT */

  .hero-content {
      position: relative;
      /* color: #fff; */
      max-width: 600px;
      animation: fadeUp 1.5s ease;
  }

  .hero-content h1 {
      font-size: 60px;
      font-weight: 700;
      line-height: 1.2;
  }

  .hero-content p {
      font-size: 18px;
      opacity: .8;
      margin-top: 15px;
  }

  .hero-btn {
      margin-top: 25px;
      padding: 14px 35px;
      background: linear-gradient(45deg, #f6d365, #fda085);
      border: none;
      border-radius: 30px;
      font-weight: 600;
      transition: .4s;
  }

  .hero-btn:hover {
      background: #1cd6a4;
      transform: translateY(-3px);
  }

  /* ANIMATION */

  @keyframes fadeUp {

      0% {
          opacity: 0;
          transform: translateY(50px);
      }

      100% {
          opacity: 1;
          transform: translateY(0);
      }

  }

  /* MOBILE */

  @media(max-width:768px) {

      .hero-content h1 {
          font-size: 36px;
      }

      .navbar-nav {
          background: #000;
          padding: 20px;
      }

  }

  /* service css */

  .services-section {

      padding: 100px 0;
      background: #0c0c0c;
      color: white;
      font-family: 'Poppins', sans-serif;

  }

  /* HEADING */

  .section-title h2 {

      font-family: 'Playfair Display', serif;
      font-size: 42px;
      margin-bottom: 10px;

  }

  .section-title p {

      color: #aaa;
      margin-bottom: 60px;

  }

  /* SERVICE CARD */

  .service-card {

      background: #151515;
      padding: 25px;
      border-radius: 10px;
      text-align: center;
      transition: .4s;
      margin-bottom: 30px;

  }

  .service-card img {

      width: 100%;
      height: 220px;
      object-fit: cover;
      border-radius: 8px;
      margin-bottom: 20px;

  }

  .service-card h3 {

      font-size: 22px;
      margin-bottom: 10px;

  }

  .service-card p {

      font-size: 14px;
      color: #bbb;

  }

  /* HOVER EFFECT */

  .service-card:hover {

      transform: translateY(-10px);
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);

  }

  /* RESPONSIVE */

  @media(max-width:768px) {

      .section-title h2 {

          font-size: 32px;

      }

  }

  .know-btn {

      display: inline-block;
      padding: 14px 40px;
      font-size: 15px;
      font-weight: 500;
      letter-spacing: 1px;
      text-decoration: none;
      color: #fff;
      border-radius: 30px;
      background: linear-gradient(45deg, #f6d365, #fda085);
      transition: all .4s ease;
      position: relative;
      overflow: hidden;

  }

  /* HOVER EFFECT */

  .know-btn:hover {

      color: #000;
      transform: translateY(-3px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);

  }

  /* SHINE EFFECT */

  .know-btn:before {

      content: "";
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.4);
      transform: skewX(-30deg);
      transition: .6s;

  }

  .know-btn:hover:before {

      left: 120%;

  }

  /* service css */

  .milestone-section {

      padding: 100px 0;
      background: #0a0a0a;
      color: white;
      font-family: 'Poppins', sans-serif;

  }

  /* LEFT TEXT */

  .milestone-text h2 {

      font-size: 42px;
      font-weight: 700;
      margin-bottom: 20px;
      font-family: 'Playfair Display', serif;

      background: linear-gradient(45deg, #d4af37, #f7e7a1, #d4af37);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;

  }

  .milestone-text p {

      color: #aaa;
      line-height: 1.7;

  }

  /* COUNTER BOX */

  .counter-box {

      padding: 30px 10px;
      background: #151515;
      border-radius: 10px;
      transition: .4s;

  }

  .counter-box:hover {

      transform: translateY(-8px);
      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);

  }

  /* NUMBER */

  .counter {

      font-size: 42px;
      font-weight: 700;
      color: #d4af37;

  }

  .counter-box p {
      color: #bbb;
      margin-top: 10px;

  }

  /* about us */
  .about-section {
      background: #0b0b0b;
      padding: 100px 0;
      color: #fff;
      font-family: 'Poppins', sans-serif;
  }

  /* TAG */

  .about-tag {
      color: #ff3b8d;
      font-weight: 600;
      font-size: 14px;
  }

  /* TITLE */

  .about-title {
      font-size: 38px;
      font-weight: 700;
      margin: 10px 0 20px;
  }

  /* TEXT */

  .about-text {
      color: #aaa;
      line-height: 1.7;
      margin-bottom: 30px;
  }

  /* IMAGES */

  .about-images {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 20px;
  }

  .about-images img {
      width: 100%;
      border-radius: 15px;
      object-fit: cover;
  }

  /* IMAGE SIZES */

  .img1 {
      grid-column: 1/2;
      height: 220px;
  }

  .img2 {
      grid-column: 2/3;
      grid-row: 1/3;
      height: 460px;
  }

  .img3 {
      height: 220px;
  }

  /* FEATURE BOX */

  .feature-box {
      margin-top: 30px;
  }

  .feature-box i {
      font-size: 30px;
      color: #ff3b8d;
      margin-bottom: 10px;
  }

  .feature-box h5 {
      font-weight: 600;
      margin-bottom: 10px;
  }

  .feature-box p {
      color: #aaa;
      font-size: 14px;
  }

  /* about us  */

  /* gallery */
  .gallery-section {

      background: #0b0b0b;
      padding: 100px 0;
      color: white;
      font-family: 'Poppins', sans-serif;

  }

  /* HEADLINE */










  /* GALLERY */

  .gallery-item {

      position: relative;
      overflow: hidden;
      border-radius: 12px;
      margin-bottom: 25px;

  }

  .gallery-item img {

      width: 100%;
      height: 260px;
      object-fit: cover;
      transition: 0.5s;

  }

  /* HOVER EFFECT */

  .gallery-item:hover img {

      transform: scale(1.1);

  }

  /* OVERLAY */

  .gallery-item:before {

      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
      opacity: 0;
      transition: .4s;

  }

  .gallery-item:hover:before {

      opacity: 1;

  }

  /* gallery */  /* gallery */  /* gallery */  /* gallery *//* gallery */


/* testimonial */
/* TESTIMONIAL SECTION */

.testimonial-section{
padding:80px 0;
background:#f6f6f6;
font-family:sans-serif;
}

.container{
width:90%;
margin:auto;
}

/* HEADER */

.testimonial-header{
text-align:center;
margin-bottom:50px;
}

.testimonial-header p{
color:#ff3d7f;
font-weight:600;
margin-bottom:10px;
}

.testimonial-header h2{
font-size:36px;
font-weight:700;
color:#222;
}

/* WRAPPER */

.testimonial-wrapper{
display:flex;
align-items:center;
position:relative;
}

/* SLIDER */

.testimonial-slider{
display:flex;
gap:30px;
overflow:hidden;
scroll-behavior:smooth;
}

/* CARD */

.testimonial-card{
background:#fff;
padding:30px;
border-radius:10px;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
min-width:32%;
display:flex;
flex-direction:column;
justify-content:space-between;
height:220px;
transition:all .3s ease;
}

.testimonial-card:hover{
transform:translateY(-5px);
box-shadow:0 15px 40px rgba(0,0,0,0.15);
}

/* TEXT */

.testimonial-card p{
color:#555;
font-size:15px;
line-height:1.6;
margin-bottom:20px;
}

.testimonial-card h4{
font-size:16px;
font-weight:700;
color:#222;
}

.testimonial-card span{
font-size:13px;
color:#777;
}

/* ARROWS */

.arrow{
font-size:35px;
cursor:pointer;
color:#222;
padding:10px;
user-select:none;
transition:.3s;
}

.arrow:hover{
color:#ff3d7f;
transform:scale(1.2);
}


/* testimonial */



    /* instagram */
         .insta-section {
      padding: 60px 0;
      background: #f6f6f6;
    }

    .insta-heading {
      text-align: center;
      margin-bottom: 40px;
    }

    .insta-heading h2 {
      font-weight: 700;
    }

    .insta-card {
      background: #fff;
      border-radius: 10px;
      padding: 10px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }
     /* instagram */

  /* FOOTER */  /* FOOTER */  /* FOOTER */  /* FOOTER */  /* FOOTER */  /* FOOTER */
  .footer-section {

      background: #0b0b0b;
      color: #bbb;
      padding: 80px 0 20px;
      font-family: 'Poppins', sans-serif;

  }

  .footer-logo {

      color: #fff;
      font-size: 28px;
      font-weight: 700;
      margin-bottom: 15px;

  }


  .footer-box h5 {
      color: #fff;
      margin-bottom: 20px;
      font-weight: 600;

  }

  .footer-box ul {
      list-style: none;
      padding: 0;
  }

  .footer-box ul li {
      margin-bottom: 10px;
  }

  .footer-box ul li a {
      color: #bbb;
      text-decoration: none;
      transition: .3s;
  }

  .footer-box ul li a:hover {

      color: #ff3c8e;
      padding-left: 5px;

  }

  /* NEWSLETTER */

  .newsletter {

      display: flex;
      margin-top: 10px;

  }

  .newsletter input {

      border: none;
      padding: 10px;
      width: 70%;
      border-radius: 4px 0 0 4px;

  }

  .newsletter button {

      border: none;
      background: #ff3c8e;
      color: white;
      padding: 10px 15px;
      border-radius: 0 4px 4px 0;
      cursor: pointer;

  }

  /* SOCIAL ICONS */

  .social-icons {

      margin-top: 20px;

  }

  .social-icons a {

      color: #fff;
      margin-right: 12px;
      font-size: 16px;
      transition: .3s;

  }

  .social-icons a:hover {

      color: #ff3c8e;

  }

  /* COPYRIGHT */

  .footer-bottom {

      border-top: 1px solid rgba(255, 255, 255, 0.1);
      margin-top: 50px;
      padding-top: 20px;
      font-size: 14px;

  }

  /* FOOTER */




 .video-banner {
      position: relative;
      height: 100vh;
      overflow: hidden;
    }

    .video-banner video {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      transform: translate(-50%, -50%);
      object-fit: cover;
      z-index: -1;
    }

    .video-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.5);
      z-index: 1;
    }

    .banner-content {
      position: relative;
      z-index: 2;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #fff;
      padding: 20px;
    }

    .banner-content h1 {
      font-size:60PX;
      font-weight: 700;
    }

    .banner-content p {
      font-size: 1.2rem;
      margin-top: 10px;
    }

    .banner-btn {
      margin-top: 20px;
    }

    @media (max-width: 768px) {
      .banner-content h1 {
        font-size: 2rem;
      }
    }





