

@font-face {
    font-family: 'Satoshi-Light';
    src: url('fonts/Satoshi-Light.woff2') format('woff2'),
         url('fonts/Satoshi-Light.woff') format('woff'),
         url('fonts/Satoshi-Light.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
    font-style: normal;
  } 
  @font-face {
    font-family: 'Satoshi-Regular';
    src: url('fonts/Satoshi-Regular.woff2') format('woff2'),
         url('fonts/Satoshi-Regular.woff') format('woff'),
         url('fonts/Satoshi-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
  } 
  @font-face {
    font-family: 'Satoshi-Medium';
    src: url('fonts/Satoshi-Medium.woff2') format('woff2'),
         url('fonts/Satoshi-Medium.woff') format('woff'),
         url('fonts/Satoshi-Medium.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
    font-style: normal;
  } 
  @font-face {
    font-family: 'Satoshi-Bold';
    src: url('fonts/Satoshi-Bold.woff2') format('woff2'),
         url('fonts/Satoshi-Bold.woff') format('woff'),
         url('fonts/Satoshi-Bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
    font-style: normal;
  } 
  @font-face {
    font-family: 'Satoshi-Black';
    src: url('fonts/Satoshi-Black.woff2') format('woff2'),
         url('fonts/Satoshi-Black.woff') format('woff'),
         url('fonts/Satoshi-Black.ttf') format('truetype');
    font-weight: 900;
    font-display: swap;
    font-style: normal;
  } 

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

ul {
    margin: 0px ; padding: 0px ;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none !important; transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

a:hover {
    text-decoration: none; ;
}

.clr {
    clear: both;
}

label {
    margin: 0px
}

input,
textarea,
select {
    border: 0px none;
    background: none;
    outline: none;
    font-size: 14px;
    color: #aba9a9;
    font-family: 'Satoshi-Regular';

}

img {
    outline: none;
    max-width: 100%;
    height: auto;
    border: 0px none;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
    margin-bottom: 0; 
}

p {
    margin-bottom: 0;
}

input[type='submit'] {
    border-radius: 0px;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    cursor: pointer;font-family: 'Satoshi-Regular';

}

select {-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;}

button {
    border-radius: 0px;
    border: 0px none;
    outline: none;
    cursor: pointer;
    font-family: 'Satoshi-Regular';
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
     
}
button:focus {
    border: 0px none;
    outline: none;
}

textarea {
    resize: none;
    overflow: auto; font-family: 'Satoshi-Regular';

}

 :focus {
    outline: none; border: 0px;;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
}

.clearfix {
    display: block;
    zoom: 1;
}

em {
    font-style: normal;
}

body {
    background: #ffffff;color: #333;
    font-family: 'Satoshi-Regular';
    font-size: 16px; 
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease; font-weight: 400; overflow-x: hidden;
}

/* btn full  */
.btn-purple { border-radius: 50px; padding: 12px 25px;  text-align: center; 
    background: #660099; color: #fff; display: inline-block;  font-size: 12px;   
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease; margin: auto;  cursor: pointer; min-width: 140px;
}

.btn-purple:hover { background: #7c00b9 ;color: #fff !important; }

/* btn bordered  */
.btn-purple-borderd { border-radius: 50px; padding: 12px 25px;  text-align: center; 
    border:1px solid #660099; color: #333; display: inline-block;  font-size: 12px;   
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease; margin: auto;  cursor: pointer;min-width: 140px;
}

.btn-purple-borderd:hover { background: #7c00b9 ; border-color: #7c00b9 ;color: #fff !important; }





 
.hidden {
    overflow: hidden
}

.auto-container {
    position: relative;
    margin: auto;
    max-width: 1440px;
    padding: 0 20px; width: 90%;
}

.wrapper {
    width: 100%;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out; position: relative; overflow-x: hidden;
}


h1 { font-size: 36px; color: #000; font-family: 'Satoshi-Black';  padding-bottom: 20px; }
h2 { font-size: 30px; color: #000; font-family: 'Satoshi-Black';  padding-bottom: 20px; }
h3 { font-size: 26px; color: #000; font-family: 'Satoshi-Black';  padding-bottom: 20px; }
h4 { font-size: 24px; color: #000; font-family: 'Satoshi-Black';  padding-bottom: 20px; }
h5 { font-size: 20px; color: #000; font-family: 'Satoshi-Black';  padding-bottom: 20px; }
h6 { font-size: 18px; color: #000; font-family: 'Satoshi-Black';  padding-bottom: 20px; }

    
p { color: #333; font-size: 16px;  padding-bottom: 20px;line-height: 1.6;}

.bg_white { background-color: #fff;}
.bg_light-gold { background-color: #FAF0E0;}




::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #CBCCCE;
  }
  ::-moz-placeholder { /* Firefox 19+ */
    color: #CBCCCE;
  }
  :-ms-input-placeholder { /* IE 10+ */
    color: #CBCCCE;
  }
  :-moz-placeholder { /* Firefox 18- */
    color: #CBCCCE;
  }
 

.main-header { width: 100%; position: fixed; left: 0px; top: 0px; z-index: 10; background-color: #fff; box-shadow: 0px 0px 3px #ccccccc7;}

.header-detail { width: 100%; padding: 15px 0px; display: flex; align-items: center; justify-content: space-between;}

.main-logo { width: auto;}
.main-logo a { display: block;}
.main-logo a img { max-width: 45px; display: block;}

.head-fl { width: auto; display: flex; align-items: center;}


.location-filed { width: auto; display: flex; align-items: center; min-width: 300px; margin-left: 60px;}

.location-filed span { color: #660099; font-size: 20px; width: 45px; height: 45px; display: flex; align-items: center; justify-content: center;  background-color: #F6E5FF; border-radius: 50%;}

.location-filed span img { max-width: 14px; display: block;}

.location-input  { width: calc(100% - 48px); padding-left: 10px;}

.location-input input { width: 100%; font-size: 14px; padding: 5px 0px; color: #333333;}

.location-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #333333;
  }
  .location-input input::-moz-placeholder { /* Firefox 19+ */
    color: #333333;
  }
  .location-input input:-ms-input-placeholder { /* IE 10+ */
    color: #333333;
  }
  .location-input input:-moz-placeholder { /* Firefox 18- */
    color: #333333;
  }

.header-fr { width: auto; position: relative; display: flex; align-items: center;}

.main-search { min-width: 380px; margin-right: 20px;}

.main-search input { background-color: #fff; width: 100%; position: relative; border: 1px solid #F6E5FF; border-radius: 30px; padding: 12px 20px 12px 55px; font-size: 14px; color: #A6A6A6;}



.main-search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #A6A6A6;
  }
  .main-search input::-moz-placeholder { /* Firefox 19+ */
    color: #A6A6A6;
  }
  .main-search input:-ms-input-placeholder { /* IE 10+ */
    color: #A6A6A6;
  }
  .main-search input:-moz-placeholder { /* Firefox 18- */
    color: #A6A6A6;
  }

.icon-search { position: absolute;color: #660099; left: 21px; top: 15px; max-width: 18px; z-index: 1;}


.profile-head { width: auto; position: relative;}

.profile-div {position: relative; display: flex; align-items: center; width: 100%;}

.icon-user { width: 48px; height: 48px; border-radius: 50%; background-color: #F6E5FF; display: flex; align-items: center; justify-content: center;}
.icon-user img {max-width: 16px; display: block; object-fit: contain; }

.profile-text { padding-left: 12px; font-size: 14px;}

.profile-nav { display: none; right:10%;  white-space: nowrap; transform: translateY(20px); box-shadow: 0px 0px 5px #ccc; background-color: #fff; padding: 20px 35px; border-radius: 8px; position: absolute; top: 100%; width: fit-content;}
.profile-nav::after { background: url(../images/dropdown-chev.png) no-repeat; content: ''; position: absolute; left: 50%; margin-left: -7px; top: -10px; width: 13px; height: 13px; background-size: 100%;}

.profile-nav ul li { border-bottom: 1px solid #333;}
.profile-nav ul li:last-child { border-bottom: 0px solid #333;}
.profile-nav ul li:last-child a { padding-bottom: 0px;}
.profile-nav ul li:first-child a { padding-top: 0px;}

.profile-nav ul li a { font-size: 14px; color: #333; display: flex; align-items: center; padding: 8px 4px;}
.profile-nav ul li a:hover { color: #660099;}

.dropdown-icon {max-width: 15px; display: block; margin-right: 8px;}



/* main content  */

.main-container { padding-top: 78px;}

.home-banner { width: 100%; position: relative;}

.banner-slider-section { width: 100%; }

.banner-slide-img { width: 100%; display: block;}
.banner-slide-img img { width: 100%; display: block;}

.home-banner-info { height: 100%; width: 100%; position: absolute; left: 0px; top: 0px; display: flex; align-items: center; justify-content: center; padding: 50px 20px; z-index: 5; background-color: #0000006d;}


.banner-search { display: flex; border-radius: 50px; max-width: 600px; width: 100%; background-color: rgba(255, 255, 255, .2); backdrop-filter: blur(10px); border: 1px solid #fff;}

.fl-search { width: calc(100% - 150px); padding: 12px 20px; display: flex; align-items: center;}

.flsearch-icon {min-width: 48px; padding: 8px 10px ;border-right: 1px solid #fff; display: flex; align-items: center; height: 100%;}

.flsearch-icon img { max-width: 18px; display: block;}

.flsearch-input { width: calc(100% - 48px);}

.flsearch-input input { padding: 5px 0px 5px 20px; width: 100%; height: 100%; color: #fff;}

.flsearch-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
  }
  .flsearch-input input::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
  }
  .flsearch-input input:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
  }
  .flsearch-input input:-moz-placeholder { /* Firefox 18- */
    color: #fff;
  }

.fr-search-btn { width: 150px;}

.fr-search-btn button { gap: 10px; height: 100%; border-radius: 50px; text-align: center; justify-content: center; padding: 15px; color: #fff; width: 100%; background-color: #660099; display: flex; align-items: center;}

.fr-search-btn button img {max-width: 16px; display: block;}
.fr-search-btn button:hover { background-color: #7c00b9; }

.banner-slider-section  .slick-arrow { display: none !important;}

.banner-slider-section   .slick-dots {  bottom: 50px !important;    z-index: 6 !important;}

.banner-slider-section  .slick-dots li button {
    padding: 0px !important; 
    background: transparent !important;
    border: 2px solid rgba(255, 255, 255, .6) !important;
    border-radius: 50% !important;
}
.banner-slider-section  .slick-dots li.slick-active button {
    padding: 0px !important; 
    background: transparent !important;
    border: 2px solid rgba(255, 255, 255, 1) !important;
    border-radius: 50% !important;
}
.banner-slider-section  { margin: 0px !important;}




.main-events-section { width: 100%; position: relative;}

.main-events-section-detail { width: 100%; position: relative; padding: 70px 0px;}

.section-title { width: 100%; position: relative;}

.main-events-info { width: 100%;}

.main-event-col { width: 100%; border-radius: 20px; overflow: hidden; position: relative;}

.main-event-col span { display: block; width: 100%;}
.main-event-col span img { display: block; width: 100%; object-fit: cover;}

.main-events-list { width: 100%;}

.main-events-list ul { justify-content: center; flex-wrap: wrap; display: flex; align-items: self-start; gap: 20px;}

.main-events-list ul li { width: 18.5%;}

.main-event-text { width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; z-index: 2; padding: 21px;}

.event-link { color: #fff; background-color: rgba(0, 0, 0, .7); width: 100%; height: 100%; border-radius: 20px; display: flex; justify-content: center; align-items: center;}

.event-link:hover { background-color: rgba(124, 0, 185, .7); color: #fff !important;}

.event-link strong {font-family: 'Satoshi-Black'; font-size: 16px; line-height: 1.3; display: block; max-width: 90px; text-align: center; margin: auto;}

.hr-000 { background-color: rgba(0, 0, 0, .1); margin: 30px 0px; height: 1px; width: 100%;}


.create-event-section { width: 100%; background: url(../images/create-event-bg.png) no-repeat fixed; background-size: cover;}

.create-event-section-detail { width: 100%; padding: 70px 0px;}

.create-event-info { border-radius: 50px; background-color: rgba(255, 255, 255, .7); text-align: center; width: 100%; max-width: 900px; margin: auto; padding: 60px 100px 50px;}

.create-event-info  p { color: #000;font-family: 'Satoshi-Light';}

.goto-create-event {min-width: 175px;font-family: 'Satoshi-Medium' !important;}


.upcomingEvent-section { width: 100%; padding: 20px 0px 0px;}

.cstm-select { cursor: pointer; max-width: 160px; width: 100%;}

.cstm-select select { cursor: pointer; color: #000; width: 100%; font-family: 'Satoshi-Medium' !important; background: url(../images/chev-down-black.png) 92% no-repeat; background-size: 12px;  padding: 12px 25px; border: 1px solid #660099; border-radius: 50px;}

.upcoming-slider-section { width: 100%; position: relative;}

.upcoming-event-col { width: 100%; padding: 12px 12px 40px; border: 1px solid rgba(102, 0, 153, 0.5); border-radius: 20px;}

.upcoming-event-text { width: 100%; padding: 18px 5px 0px;}

.upcoming-title { display: block;font-family: 'Satoshi-Bold'; font-size: 18px; color: #000; line-height: 1.4; padding-bottom: 20px;}

.event-time { width: 100%; display: flex; gap: 20px; flex-wrap: wrap;}

.event-time strong { font-size: 15px;}

.item-slick { padding: 0px 8px;}
.upcoming-avatar {
    width: 100%;
    height: 174px;
    display: block;
    position: relative;
}

.upcoming-avatar img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 20px;
    overflow: hidden;
}

/* .upcoming-avatar { width: 100%; display: block; position: relative;}*/

/*.upcoming-avatar img { width: 100%; aspect-ratio: 1.1; display: block; object-fit: cover; border-radius: 20px; overflow: hidden;} */

.upcoming-slider-section .slick-arrow::before  { display: none !important;}
.upcoming-slider-section .slick-arrow  { right: 0px !important; top: auto !important; bottom: -82px !important; width: 40px; height: 40px; border: 1px solid #660099; border-radius: 50%; background: url(../images/slider-arrow-left.png) center center no-repeat #fff; background-size: 16px 16px;}

.upcoming-slider-section .slick-arrow.slick-next { transform: rotate(180deg);}
.upcoming-slider-section .slick-arrow.slick-prev { left: auto !important; right: 55px !important; transform: translate(0px);}
.upcoming-slider-section .slick-arrow:hover {box-shadow: 0px 0px 30px #6600994d;}


.newly-tag { background-color: #660099; z-index: 5; color: #fff; padding: 3px 6px; display: inline-block; position: absolute; right: 15px; top: 15px; border-radius: 30px; font-size: 12px;font-family: 'Satoshi-light' !important;}


.view-event-row { width: 100%; padding-top: 40px;}

.font-14 { font-size: 14px !important;}

.goto-all-event { min-width: 180px;}




.bottom-section { width: 100%; position: relative;}

.bottom-section-detail { width: 100%; padding: 70px 0px;}

.ongoing-row  .slick-arrow  { background: url(../images/slider-arrow-left-white.png) center center no-repeat #000;background-size: 16px 16px;}


.why-choose-section { width: 100%; padding: 70px 0px 70px; position: relative;}

.why-choose-info { width: 100%;}

.why-choose-info p { max-width: 90%;font-family: 'Satoshi-Light';}


.why-choose-gallary { width: 100%;}

.image-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.3rem;
    max-width: 550px; 
    align-items: center; margin: auto; position: relative;
  }
  
  /* Common image styles */
  .image-grid .img-container {
    overflow: hidden;
    border-radius: 1rem;position: relative;
  }
  
  .image-grid img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 1rem;
    object-fit: cover;
  }

  .img-bottom-left  { transform: translateY(60%);}
  
  
  /* Positioning for the grid items */
  @media (min-width: 768px) {
    .img-center-left {
      grid-column: 1 / 2;
      grid-row: 1 / 3;
      align-self: center;
    }
  
    .img-top-right {
      grid-column: 2 / 3;
      grid-row: 1 / 2;
    }
  
    .img-bottom-right {
      grid-column: 2 / 3;
      grid-row: 2 / 3;
    }
  }

  .shadow-curve { max-width: 142px;
    display: block;
    position: absolute;
    top: 10%;
    left: 94px;}




    /* testimonial section  */

.testimonial-section { width: 100%; position: relative; padding: 20px 0px 70px;}

.testimonial-slider-row { padding-top: 15px;}

.testimonial-col { width: 100%; position: relative;}

.testimonial-text { border: 1px solid #00000033; padding: 25px; border-radius: 20px;}
.testimonial-text p { text-align: center; padding: 0px; color: #000;font-family: 'Satoshi-Light'; font-size: 14px;}

.testimonial-profile { width: 100%; padding-top: 20px; text-align: center; display: flex; flex-direction: column; gap: 5px;}

.testm-avatar { display: block; max-width: 75px;  margin:0px auto 5px;}
.testm-avatar img { display: block; width: 75px; height: 75px; object-fit: cover;}

.testm-name { color: #000;font-family: 'Satoshi-Bold';}
.testm-designation  { color: #333333;font-family: 'Satoshi-Light'; font-size: 14px;}

.testimonial-slider-row .item-slick { padding: 0px 10px;}

.testimonial-slider-row  .slick-arrow.slick-prev {
    left: 50% !important;
    right: auto !important; 
    margin-left: -45px;
}

.testimonial-slider-row  .slick-arrow.slick-next {
    left: auto !important;
    right: 50% !important; 
    margin-right: -45px;
}



.letsTalk-section { width: 100%; position: relative; padding: 100px 0px 0px;}

.letsTalk-fl { width: 100%; position: relative; border-radius: 70px; overflow: hidden; height: 100%;}

.letsTalk-fl span { display: block; width: 100%; height: 100%;}
.letsTalk-fl span img { display: block; width: 100%; height: 100%;}

.letsTalk-text { padding: 25px 50px; z-index: 2; width: 100%; position: absolute; left: 0px; top: 0px; height: 100%; display: flex; flex-direction: column; justify-content: center;
    background: #080808;
    background: linear-gradient(90deg, rgba(8, 8, 8, 1) 0%, rgba(8, 8, 8, .7) 100%);}

.letsTalk-text strong {font-family: 'Satoshi-Bold'; font-size: 24px; color: #fff; padding-bottom: 14px;}
.letsTalk-text p { font-size: 14px; color: #fff; max-width: 260px;}


.letsTalk-fr { width: 100%; }

.letsTalk-form { border-radius: 70px; padding: 50px; border: 1px solid #333;}

.o-wrap .o-field {
    position: relative;
    margin: 0px 0 30px;
  }

  .o-label {
    position: absolute;
    top: -11px; 
    font-size: 15px;
    color: #333;
    transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
    left: 25px;background-color: #fff; padding: 3px 5px;
  }

  

  .o-input {
    width: 100%;
    padding:15px 20px;
    border: 1px solid white;
    font-size: 14px; 
    color: #000;  border: 1px solid #333; border-radius: 18px;
  }

  .o-select {
    width: 100%;
    padding:15px 20px;
    border: 1px solid white;
    font-size: 14px; 
    color: #000;  border: 1px solid #333; border-radius: 18px; background: url(../images/chev-down-black.png) 96% no-repeat; background-size: 12px; cursor: pointer;
  }

 .send-msg-btn .btn-purple { font-size: 14px; border-radius: 18px; width: 100%; padding: 15px; font-family: 'Satoshi-Medium';}



/* footer  */

.footer-section { width: 100%; position: relative; background-color: #080808;}

.footer-section-detail { width: 100%;}

.footer-top { width: 100%; padding: 60px 0px 60px;}

.footer-col { width: 100%;}

.footer-logo { width: 100%; padding-bottom: 25px;}

.footer-logo span {max-width: 180px; display: block;}
.footer-logo span img { width: 100%; display: block;}

.news-subcribe-info { width: 100%; max-width: 350px;}



.news-subcribe-section strong { padding-bottom: 10px; padding-left: 8px; font-family: 'Satoshi-Light';  display: block; font-size: 14px; color: #fff;}

.news-subcribe-info { display: flex; width: 100%; border: 1px solid #fff; border-radius: 50px; overflow: hidden; }

.newsletter-sbmit { width: 60px; height: 60px; border-radius: 50%; background-color: #fff; display: flex; align-items: center; justify-content: center;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease; }
.newsletter-sbmit img { max-width: 24px; display: block; transform: rotate(130deg); 
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;}

.newsletter-input { width: calc(100% - 60px); padding: 10px 22px; font-size: 14px; color: #fff;}

.newsletter-sbmit:hover img{transform: rotate(180deg);  }
.newsletter-sbmit:hover {background-color: #d799f6;}


.footer-links { width: 100%;}

.footer-links ul li { padding-bottom: 20px;}

.footer-links ul li a {font-family: 'Satoshi-Medium'; display: inline-block; color: #fff !important;}
.footer-links ul li a:hover  { color: #d799f6 !important;}


.footer-social-info { width: 100%;}

.footer-social-info strong {font-family: 'Satoshi-Medium'; font-size: 18px; display: block; color: #fff !important; padding-bottom:20px;}

.footer-social { width: 100%; display: flex; align-items: center; gap: 18px; padding-bottom: 20px;}

.footer-social a { font-size: 22px; color: #fff; display: block;}
.footer-social a:hover {color: #d799f6;}

.footer-contact { width: 100%; display: flex; flex-direction: column; gap: 12px;  }

.footer-contact a { font-size: 18px; color: #fff; display: flex; align-items: center;}
.footer-contact a:hover {color: #d799f6;}

.footer-contact a i { font-size: 20px; margin-right: 10px;}

.copy-righttext { width: 100%; padding: 20px 0px;}

.copy-righttext p { font-size: 16px; color: #fff; padding: 0px;}




.shadow-mask { position: absolute; display: block;}

.ring-fr { max-width: 110px; right: -80px; top: 142px;}
.shadow1-fl { max-width: 150px; left: -150px; top:300px;}
.shadow2-fr { max-width: 180px; right: -120px; top: 200px;}


.shadow3-fl { max-width: 150px; left: -150px; top: 50px;}
.shadow3-fr { max-width: 150px; right: -100px; top: 50px;}



.auth-screen { width: 100%; background-color: #fff; border-radius: 70px; padding: 50px;}

.modal .modal-content { background-color: transparent !important;}

.auth-screen-info { width: 100%; position: relative;}

.auth-title { width: 100%;}

.santosh-bold {font-family: 'Satoshi-Bold' !important;}

.auth-form .o-wrap .o-field { margin-bottom: 25px !important;}
.auth-form .o-wrap .o-field:last-child { margin-bottom: 12px !important;}

.frgt-text { width: 100%;}

.frgt-text p { display: flex; justify-content: flex-end;}
.frgt-text p a { color: #660099; text-decoration: underline !important;}
.frgt-text p a:hover { color: #660099 !important;text-decoration: none !important;}

.or { width: 80%; margin: auto; display: flex; align-items: center; justify-content: center; height: 1px; background-color: #A4A4A4;}
.or label { color: #A4A4A4; padding: 3px 10px; background-color: #fff;}

.google-btn { width: 100%; padding: 25px 0px 20px;}

.google-btn a { color: #333333 !important; gap:10px ;border: 1px solid #333333; border-radius: 20px; padding: 16px 20px; display: flex; align-items: center; justify-content: center;}

.google-btn a img { display: block; max-width: 23px;}


.pure-material-checkbox {
    z-index: 0;
    position: relative;
    display: inline-block;
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87); 
    font-size: 16px;
    line-height: 1.5;
}

/* Input */
.pure-material-checkbox > input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    z-index: -1; 
    display: block;
    margin: 0;
    border-radius: 50%; 
    background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    box-shadow: none;
    outline: none;
    opacity: 0;
    transform: scale(1);
    pointer-events: none;
    transition: opacity 0.3s, transform 0.2s;
}

/* Span */
.pure-material-checkbox > span {
    display: inline-block;
    width: 100%;
    cursor: pointer; font-size: 14px;font-family: 'Satoshi-Light';
}
.pure-material-checkbox > span a { color: #660099 !important; font-family: 'Satoshi-regular';}
.pure-material-checkbox > span a:hover  { color: #660099 !important; text-decoration: underline !important;}

/* Box */
.pure-material-checkbox > span::before {
    content: "";
    display: inline-block;
    box-sizing: border-box;
    margin: 3px 10px 0px 0px;
    border: solid 1px; /* Safari */
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    border-radius: 2px;
    width: 16px;
    height: 16px;
    vertical-align: top;
    transition: border-color 0.2s, background-color 0.2s;
}

/* Checkmark */
.pure-material-checkbox > span::after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 0px;
    width: 10px;
    height: 5px;
    border: solid 2px transparent;
    border-right: none;
    border-top: none;
    transform: translate(3px, 4px) rotate(-45deg);
}

/* Checked, Indeterminate */
.pure-material-checkbox > input:checked,
.pure-material-checkbox > input:indeterminate {
    background-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
}

.pure-material-checkbox > input:checked + span::before,
.pure-material-checkbox > input:indeterminate + span::before { 
    background-color: #660099;
}

.pure-material-checkbox > input:checked + span::after,
.pure-material-checkbox > input:indeterminate + span::after {
    border-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
}

.pure-material-checkbox > input:indeterminate + span::after {
    border-left: none;
    transform: translate(4px, 3px);
}

/* Hover, Focus */
.pure-material-checkbox:hover > input {
    opacity: 0.04;
}

.pure-material-checkbox > input:focus {
    opacity: 0.12;
}

.pure-material-checkbox:hover > input:focus {
    opacity: 0.16;
}

/* Active */
.pure-material-checkbox > input:active {
    opacity: 1;
    transform: scale(0);
    transition: transform 0s, opacity 0s;
}

.pure-material-checkbox > input:active + span::before {
    border-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
}

.pure-material-checkbox > input:checked:active + span::before {
    border-color: transparent;
    background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
}

/* Disabled */
.pure-material-checkbox > input:disabled {
    opacity: 0;
}

.pure-material-checkbox > input:disabled + span {
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
    cursor: initial;
}

.pure-material-checkbox > input:disabled + span::before {
    border-color: currentColor;
}

.pure-material-checkbox > input:checked:disabled + span::before,
.pure-material-checkbox > input:indeterminate:disabled + span::before {
    border-color: transparent;
    background-color: currentColor;
}


.check-row { padding: 10px 0px;}



.inner-page-banner { width: 100%;}

.inner-page-banner span { display: block; width: 100%;}
.inner-page-banner span img  { display: block; width: 100%;}


.event-list-section { width: 100%;}

.event-list-section-detail { width: 100%; padding: 70px 0px;}


.category-filter-col { width: 100%; position: relative; border-radius: 20px; border: 1px solid #66009980; padding: 30px 30px;}

.category-filter-col-inner { width: 100%; display: flex; gap: 25px; flex-direction: column;}


.category-col { width: 100%;}

.category-col strong { display: block; font-size: 16px; color: #000; font-family: 'Satoshi-Bold'; padding-bottom: 10px;}

.category-select { cursor: pointer;   width: 100%;}

.category-select select { cursor: pointer; color: #00000054; width: 100%; font-family: 'Satoshi-Medium' !important; background: url(../images/chev-down-black.png) 96% no-repeat; background-size: 12px;  padding: 12px 15px; border: 1px solid #00000054; border-radius: 10px;}

.category-check-list{ width: 100%;}

.category-check-list ul li { padding-bottom: 6px;}

.category-check-list ul li .pure-material-checkbox > span::before { border-radius: 4px !important;}


.category-input { cursor: pointer;   width: 100%;}

.category-input input { cursor: pointer; color: #00000054; width: 100%; font-family: 'Satoshi-Medium' !important;   background-size: 12px;  padding: 12px 15px; border: 1px solid #00000054; border-radius: 10px;}

.pagination-wrapper { display: flex; align-items: center; justify-content: space-between; padding-top: 10px; flex-wrap: wrap; gap: 15px;}

.pagination-wrapper .page-item .page-link {
    color: #000;
    border: none;
    background: transparent;
  }

  .pagination-wrapper .page-item.active .page-link {
    background-color: purple;
    color: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pagination-wrapper .page-item.disabled .page-link {
    color: #888;
  }

  .pagination-wrapper .dots {
    padding: 0.5rem 0.75rem;
  }

  .pagination-wrapper-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
  }


.main-detail { width: 100%; position: relative;}

.event-detail-page { width: 100%; position: relative; padding: 70px 0px;}

.event-detail-fl { width: 100%;}

.event-detail-fl-inner { width: 100%; position: relative; display: flex; flex-direction: column;gap: 30px;}

.banner-event-detail{ width: 100%;}

.banner-event-detail span { display: block; width: 100%; position: relative;}
.banner-event-detail span img { border-radius: 20px; display: block; width: 100%; aspect-ratio: 2;
    object-fit: cover;}

.event-detail-info { width: 100%; padding-bottom: 10px;}

.event-detail-info p{ font-size: 18px; line-height: 1.8; padding: 0px;}


.event-terms{ width: 100%;}

.event-terms ul li p { display: flex; align-items: flex-start;}
.event-terms ul li p i { margin: 5px 10px 0px 0px; font-size: 20px;}

.guide-col { width: 100%; display: flex; align-items: center;}

.guide-icon { background-color: #66009924; border-radius: 16px; width: 72px; height: 72px; display: flex; align-items: center; justify-content: center;}
.guide-icon img { max-width: 26px; object-fit: contain; display: block; max-height: 28px;}

.guide-col-info {  width: calc(100% - 72px); padding-left: 12px;}
.guide-col-info small { display: block; font-size: 18px;}
.guide-col-info strong { display: block;font-size: 18px;}

.event-terms{ width: 100%; padding-bottom: 20px;}
.event-guide-section { width: 100%; padding-bottom: 25px;}


.event-detail-fr { width: 100%; position: relative;}


.event-detail-fr-locations { width: 100%; border: 1px solid #D9D9D9; border-radius: 40px; padding: 30px; margin-bottom: 30px;}

.location-title { display: block; font-size: 24px;font-family: 'Satoshi-Medium'; padding-bottom: 20px;}

.location-info-list { width: 100%; border-bottom: 1px solid #00000063; padding-bottom: 20px; margin-bottom: 20px;}

.location-info-list .event-time {  flex-direction: column; gap: 12px;  }
.location-info-list .event-time strong {   font-size: 18px; color: #333  ;font-family: 'Satoshi-Light';}
.location-info-list .event-time strong a  {   text-decoration: underline !important; margin-left: 6px; color: #660099  ;font-family: 'Satoshi-Bold';}
.location-info-list .event-time strong a:hover { text-decoration: none !important;}
.location-info-list .event-time strong i { min-width: 22px; text-align: center; font-size: 20px;  color: #660099 }


.proceed-data { display: flex; align-items: center; justify-content: space-between;}

.proceed-data-fl { width: auto;}
.proceed-data-fl  small { display: block; font-size: 18px;}
.proceed-data-fl  strong { display: block;font-size: 30px;font-family: 'Satoshi-Black';}

.proceed-data-fr a { padding: 15px 25px; font-size: 14px;}


.qr-img span { display: block; }
.qr-img span img { display: block;border: 1px solid #D9D9D9; border-radius: 20px; padding: 10px; max-width: 200px; margin: auto;}

.event-detail-fr-locations h3 {font-family: 'Satoshi-Medium';}







/* ticket booking detail  */

.ticket-booking-detail { width: 100%; padding-bottom: 104px; height: 100vh;}

.tick-booking-proceed { width: 100%;  position: fixed; left: 0px; bottom: 0px; background-color: #fff;     box-shadow: 0px 0px 5px #cccccc85;}

.tick-booking-proceed-detail { width: 100%;padding: 22px 0px;}

.tickProceed-info .proceed-data-fl strong {  font-size: 22px;}
.procss-head-text  .event-time strong { font-size: 16px !important;}

.ticket-booking-procss { width: 100%;}

.ticket-booking-procss-detail { width: 100%; padding: 60px 0px 100px;}

.ticket-booking-procss-head { width: 100%; position: relative; ;}

.ticket-booking-procss-head-info { width: 100%; display: flex; flex-direction: column; align-items: center;     border-bottom: 1px solid #0000003a;}

.ticket-booking-procss-head-info  .main-logo   { padding-bottom: 35px;}
.ticket-booking-procss-head-info  .main-logo a img { max-width: 80px;}


.procss-head-text .event-time {  justify-content: center !important; flex-direction: row !important;     gap: 30px;}

.procss-head-text .location-info-list { border: 0px;}
 


.ticket-booking-procss-form { width: 100%; position: relative; padding: 40px 0px;}

.ticket-booking-procss-form-info { width: 100%;}

.font-medium500 { font-family: 'Satoshi-Medium' !important; }

.ticketBook-procss-form-col { width: 100%; border-radius: 20px; border: 1px solid #333333; justify-content: space-between; padding: 15px 20px; display: flex; align-items: center; gap: 15px; flex-wrap: wrap;}

.procss-form-col-fl  small { display: block; font-size: 16px;}
.procss-form-col-fl  strong { display: block;font-size: 18px;font-family: 'Satoshi-Black';}

.procss-form-col-fr .btn-purple-borderd { min-width: auto; font-size: 14px; color: #000;font-family: 'Satoshi-Medium';border: 1px solid #333333;}


.ticket-booking-procss-form-info ul li {padding: 10px 0px 20px;}

.ef-counter{ width: auto; display: flex; align-items: center;}

.ef-btn { background: none; width: 28px; height: 28px; border-radius: 50%; border: 1px solid #333333 !important; font-size: 20px; display: flex; align-items: center; justify-content: center;font-family: 'Satoshi-Medium';}

.ef-decrement { padding-bottom: 3px;}

.ef-count { font-size: 16px; text-align: center; width: 60px; color: #000;font-family: 'Satoshi-Bold';}
.ef-btn:focus { border-width: 1px !important;}



.propmo-row { width: 100%; position: relative; padding: 40px 0px; border-bottom: 1px solid #0000003a; border-top: 1px solid #0000003a;}

.enter-promo { width: 100%;}

.enter-promo-filed { position: relative; display: flex; align-items: center; justify-content: space-between; width: 100%; border: 1px solid #33333350; border-radius: 20px; padding: 5px;}

.promo-label {font-size: 13px; background-color: #fff; position: absolute; left: 20px; top: -12px; color: #000;font-family: 'Satoshi-Regular'; padding: 4px; display: block;}

.promo-btn { background-color: #F8EBFF; border-radius: 16px; padding: 10px 20px; font-size: 12px; color: #660099; text-align: center; min-width: 125px;}
.promo-btn:hover {background: #7c00b9;
    color: #fff !important;}

.promo-filed { width: calc(100% - 5px); padding: 8px 20px 8px 20px; font-size: 14px; color: #000;}





.tick-booking-detail { width: 100%; position: relative; padding: 60px 0px;}

.tick-booking-detail-fl { width: 100%;}

.tick-booking-detail-fl .event-terms { max-width: 600px;}


.tick-booking-detail-fr { width: 100%;}

.tick-detail-col { width: 100%; padding: 40px; border: 1px solid #33333366; border-radius: 40px; display: flex; flex-direction: column; gap: 20px;}

.title-col { border-bottom: 1px solid #33333366;}


.detail-venue-date { width: 100%; display: flex;  border-bottom: 1px solid #33333366; padding-bottom: 20px; flex-wrap: wrap;}

.detail-venue-date-fl { width: 50%; padding-right: 20px;}
.detail-venue-date-fr { width: 50%; padding-right: 20px;}

.detail-venue-date-fl strong { display: block;padding-bottom: 6px;}
.detail-venue-date-fl small { display: block; font-size: 15px;}

.detail-venue-date-fr h5 {padding-bottom: 6px;}
.detail-venue-date-fr small { display: block;}

.detail-total { width: 100%;  border-bottom: 1px solid #33333366; padding-bottom: 10px;}

.detail-total ul li { padding: 6px 0px;}

.detail-total-col { display: flex; width: 100%;}

.total-row { border: 0px;}



.event-ticket{ width: 100%; position: relative;}

.event-ticket-detail { width: 100%; position: relative; padding: 70px 0px;}

.main-ticket-view{ width: 100%; padding-bottom: 40px;}

.tick-download { width: 100%; display: flex; align-items: center; justify-content: center;}

.tick-download .btn-purple-borderd { background-color: #F6E5FF; border-color: #F6E5FF; min-width: 120px;}
.tick-download .btn-purple-borderd:hover  {  background-color: #660099 !important;  }


/* gt in touch  */

.get-in-touch-page { width: 100%; position: relative;}

.get-in-touch-page-detail { padding: 70px 0px; position: relative; width: 100%; z-index: 5;}

.rounded-edge {height: 380px; width: 100%; position: absolute; left: 0px; top:0px; z-index: 4;
  aspect-ratio: 3/2;
  /* update the 85% to control the curvature
     you can also update the 50% to control the position
  */
  clip-path: ellipse(70% 100% at 50% 0);
  background: #FAF0FF;}

.get-touch-head { width: 100%; padding-bottom: 20px;}

.get-touch-main { width: 100%; box-shadow:0px 0px 20px #3333331A; padding: 15px; background-color: #fff; border-radius: 50px;}


.get-touch-fl { width: 100%; border-radius: 50px; padding: 50px;  background: #FAF0FF; height: 100%;}

.get-touch-links { width: 100%;}
.get-touch-links ul {   display: flex; flex-direction: column; gap:10px}

.get-touch-links ul li a { display: flex; align-items: center; gap: 10px; font-size: 16px; color: #333;}

.get-touch-links ul li a span { border-radius: 50%; width: 45px; height: 45px; background-color: #fff; color: #660099; font-size: 18px; display: flex; align-items: center; justify-content: center;}

.get-touch-links ul li strong { padding-top: 10px;}



.get-touch-fr { width: 100%;  }

.get-in-touch-form-section {padding: 50px 30px;  background: #fff; }

.user-profile-page { width: 100%; position: relative;}

.user-profile-page-detail{ width: 100%; padding: 70px 0px; position: relative;}

.user-profile-fl{ width: 100%; background-color: #FDFAFF; border-radius: 30px; position: relative; min-height: 40vh;   overflow: hidden;}

.user-profile-list{ width: 100%; }

.user-profile-list ul li { border-bottom: 1px solid #D699FF;}

.user-profile-list ul li a { padding: 18px 22px; display: flex; align-items: center; gap:10px;color: #000;font-family: 'Satoshi-Medium'; font-size: 14px;}

.user-profile-list ul li a span { display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; border: 1px solid #660099; border-radius: 50%;}

.user-profile-list ul li a span img { max-width: 14px; display: block; object-fit: contain;}

.user-profile-list ul li a:hover { background-color: #F6E5FF;}
.user-profile-list ul li a.active { background-color: #F6E5FF;}


.user-profile-fr { width: 100%;  }
.user-profile-fr-detail { padding: 40px 50px; width: 100%; background-color: #FDFAFF; border-radius: 30px; position: relative;  overflow: hidden; display: none;}


.user-fr-tabs { width: 100%; padding-bottom: 50px; }
.user-fr-tabs ul  {display: flex; gap: 20px;}
.user-fr-tabs a { color: #333333; padding-bottom: 8px; border-bottom: 2px solid transparent; font-family: 'Satoshi-Medium';}
.user-fr-tabs a:hover { color: #333333 !important;   border-bottom: 2px solid #333;}
.user-fr-tabs a.active { color: #333333 !important;   border-bottom: 2px solid #333;}


.user-profile-form { width: 100%; display: none;}

.user-profile-avatar { width: 100%; padding-bottom: 10px;}

.user-avatar { width: auto; display:inline-block;}

.user-avatar img { width: 100px; height: 100px; object-fit: cover; border-radius: 50%; display: block;}

.user-form-section .o-label {background-color: #FDFAFF;}

.user-profile-fr-detail.active { display: block;}
.user-profile-form.active { display: block;}


.create-event-banner { display: block; position: relative;}
.create-event-banner img { aspect-ratio: 3; position: relative;}
.create-event-banner::after {
  content: '';
  position: absolute;
     bottom: -51px;
    left: -5%;
    width: 110%;
    height: 90px;
    background: #fff;
    z-index: 2;
    transform: rotate(-2deg);
}

.create-event-page{ width: 100%; position: relative;}

.create-event-form { width: 100%; position: relative;}

.area-height { min-height: 150px;}


.image-upload-section{ width: 100%; position: relative; padding: 15px 0px;}

.upload-area { 
      border-radius: 20px;
      height: 280px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      overflow: hidden;
      color: white;
    }

    .upload-overlay {
      background-color: rgba(0, 0, 0, 0.4);
      text-align: center;
      padding: 20px;
      border-radius: 20px;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; gap:15px
    }

    .upload-overlay input[type="file"] {
      display: none;
    }

    .upload-overlay .btn {
      background: #6a1b9a;
      border: none;
      color: white;
      margin-top: 10px;
    }

    .preview-img {
      width: 130px;
      height: 100px;
      object-fit: cover;
      border-radius: 15px;
      cursor: pointer;
    }

    .img-box {
      position: relative;
      display: inline-block; 
    }

    .img-box .remove-btn {
      position: absolute;
      top: 5px;
      right: 5px;
      background: white;
      border-radius: 50%; width: 20px; height: 20px; display: flex; align-items: center; justify-content: center;
      font-weight: bold;
      font-size: 14px;
      cursor: pointer;
      border: 1px solid #ccc;    padding-bottom: 2px;
    }

    .main-preview-img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 0;
      border-radius: 20px;
      opacity: 0.6;
    }


.img-icoon { font-size: 48px !important;}

.image-thumbnails { gap: 25px;}


.event-btn{ display: flex; justify-content: center;}


.ticket-detail-page { width: 100%; position: relative;}

.row-ticket-detail { width: 100%; border-top: 1px solid #F7EBFF; padding-top: 35px; padding-bottom: 30px;}

.col-ticket-detail { display: flex; align-items: flex-end; justify-content: space-between; border-radius: 20px; width: 100%;background: #660099;
background: linear-gradient(90deg, rgba(102, 0, 153, 1) 0%, rgba(129, 0, 194, 1) 100%); position: relative; padding: 25px 15px 15px 25px ;}

.ticket-col-text { width: calc(100% - 40px); padding-right: 20px;}

.ticket-col-text strong { display: block; color: #fff; font-size: 20px; padding-bottom: 5px;}
.ticket-col-text small { display: block; color: #fff; font-size: 18px;}

.ticket-col-icon { width: auto;}

.ticket-col-icon strong { background-color: #fff; width: 40px; height: 40px; display: block; border-radius: 50%; display: flex; align-items: center; justify-content: center;}

.ticket-col-icon strong img { width: 24px; display: block; object-fit: contain;}

.col-ticket-info { width: 100%; position: relative;}

.col-ticket-info .upcoming-event-col { border: 0px !important; padding: 0px !important; border-radius: 0px;}

.col-ticket-info  .upcoming-avatar img { aspect-ratio: 2.7;}


.col-ticket-info .event-time  { padding-top: 5px; padding-bottom: 20px;  }
.col-ticket-info .event-time strong  { font-size: 16px;  }
.col-ticket-info .event-time strong i { font-size: 20px; color: #660099;}


.ticket-info-dropdown{ width: auto; position: absolute; right: 0px; top: 0px;}

.drop-menu { cursor: pointer; border-radius: 6px; border: 2px solid #660099; width: 35px; color: #660099; font-size: 20px; height: 38px; display: flex; align-items: center; justify-content: center;}


.ticket-menu { display: none; min-width: 195px; z-index: 5; right:10%;  white-space: nowrap; transform: translateY(10px); box-shadow: 0px 0px 5px #ccc; background-color: #fff; border-radius: 8px; position: absolute; top: 100%; width: fit-content;}

.ticket-menu ul li { border-bottom: 1px solid #660099;}
.ticket-menu ul li:last-child { border-bottom: 0px solid #660099;} 

.ticket-menu ul li a { font-family: 'Satoshi-Medium'; text-align: center; font-size: 15px; color: #333; display: block;  padding: 14px 20px;}
.ticket-menu ul li a:hover { color: #660099;}


.yes-no-action { width: 100%; text-align: center;}

.yes-no-action button , .yes-no-action a { font-size: 15px; min-width:110px; margin: 0px 5px;}


.ticket-list-detail { width: 100%; position: relative; padding-bottom: 30px;}

.ticket-table { margin: 0px; }

.ticket-table th { border: 0px; padding: 12px 15px;}
.ticket-table td { border-color: #333; padding: 20px 15px;}

.all-view { width: auto;}
.all-view a { font-size: 18px; color: #333333; display: flex; align-items: center;}
.all-view a img { max-width: 16px; margin-left: 12px; transform: rotate(180deg); display: block;}


.latest-event{ width: 100%; padding-bottom: 25px;}

.upcoming-slider-section .slick-arrow.slick-next {    right: -50px !important;
    top: 50% !important;
    bottom: auto !important}

.upcoming-slider-section .slick-arrow.slick-prev {    left: -50px !important;
    top: 50% !important;
    bottom: auto !important}


.ef-open-gallery { 
      padding: 10px 15px;
      font-size: 14px;
      background: #fff;
      color: #000;
      border: none;
      border-radius: 12px;
      cursor: pointer; position: absolute; right: 20px; bottom: 25px; z-index: 2;
    }

    .ef-popup {
      display: none;
      position: fixed;
      inset: 0;
      background: rgba(255, 255, 255, 0.95);
      justify-content: center;
      align-items: center;
      flex-direction: column;
      z-index: 9999; padding: 20px;
    }

    .ef-popup-content {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      max-width: 70%;
      max-height: 70%;
      margin-top: 30px;
    }

    .ef-popup-content img {
      max-width: 100%;
      max-height: 500px;
      border-radius: 12px;
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    }

    .ef-nav {
      background: none;
    border: none;
    font-size: 22px;
    color: #333333;
    cursor: pointer;
    padding: 0;
    width: 40px; min-width: 40px;
    height: 40px;
    border: 2px solid #333333;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    }

    .ef-nav:hover { color: #333 !important;}
    .ef-prev { transform: translateX(-40px);}
    .ef-next { transform: translateX(40px);}

    .ef-close {
      position: absolute;
      top: 20px;
      right: 30px;
      font-size: 30px;
      cursor: pointer;
      color: #000;
      z-index: 10000;
    }

    .ef-thumbs {
      display: flex;
      gap: 10px;
      padding: 30px 20px 20px;
      overflow-x: auto;
      justify-content: center; flex-wrap: wrap;
    }

    .ef-thumbs img {
      width: 110px;
      height: 90px;
      object-fit: cover;
      border-radius: 6px;
      cursor: pointer;
      transition: transform 0.3s;
    }

    .ef-thumbs img:hover {
      transform: scale(1.05);
    }


.my-tickets { width: 100%; position: relative; padding-top: 20px;}

.my-tickets .inner-fr-td { padding-right: 0px !important;}

/* new css  */

.faq-page { width: 100%; position: relative;}

.faq-page-detail { padding: 70px 0px;}

.faq-container {
      width: 100%;
      max-width: 1050px; margin: auto;
    }

    .faq-item {
      background: #fff;
      border-radius: 10px;
      margin-bottom: 15px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
      overflow: hidden;
      transition: all 0.3s ease;
    }

    .faq-question {
      padding: 18px 20px;
      font-size: 16px;
      font-weight: 500;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      color: #111;
    }

    .faq-question i {
      transition: transform 0.3s ease;
    }

    .faq-answer {
      display: none;
      padding: 0 20px 20px 20px;
      font-size: 15px;
      color: #555;
      line-height: 1.5;
    }

    .faq-item.active .faq-answer {
      display: block;
    }

    .faq-item.active .faq-question i {
      transform: rotate(-45deg);
    }

    /* Responsive */
    @media (max-width: 600px) {
      .faq-question {
        font-size: 15px;
        padding: 15px;
      }
      .faq-answer {
        font-size: 14px;
        padding: 0 15px 15px 15px;
      }
    }

  .faq-item.active .faq-question { font-weight: bold;}

.pricing-table { width: 100%; max-width: 1050px; margin: auto; overflow-x: auto;}
.pricing-table table th , .pricing-table table td { text-align: center; padding: 1rem; border: 1px solid #D9D9D9 !important;}

.pricing-table table td p { padding: 0px;}
.pricing-table table td p small { font-size: 14px; padding: 0px;}

.pricing-table table tr { vertical-align: top;}

#bank-Modal .modal-dialog { max-width: 700px !important;}
#bank-Modal .modal-content { border: 0px!important; border-radius: 40px!important; overflow: hidden !important;}

.bankacc-modal { width: 100%; position: relative; text-align: center; padding: 50px; background-color: #fff;}

.bankacc-modal span {  width: 80px; height: 80px; border-radius: 50%; background-color: #FAF0FF; margin: 0px auto 20px auto; display: flex; align-items: center; justify-content: center;}

.bankacc-modal span i { font-size: 28px; color: #660099;}

.bankacc-modal h3 { padding-bottom: 30px;}

.bankacc-modal .send-msg-btn button { max-width: 240px; margin: auto; border-radius: 100px;}


.event-check { padding: 5px 15px; border: 1px solid #333;border-radius: 18px; margin-bottom: 20px;}























