
@font-face {
    font-family: waukeganldobold;      
    src: url('../fonts/waukegan-ldo-bold.ttf') format('truetype');
}
body{
      background: #000 !important; 
      font-family: "Inter", sans-serif;

}
    
 .header {
    display: flex;
    justify-content: space-between;
    padding: 5px 48px;
    width: 100%;
    z-index: 15;
   /* background: #eeede6;*/
    border-bottom: #000 solid 0px;
     
}

.main-head .link-area a,.main-head .link-area a:hover {
    color: #fff !important;
}


.sliderContainer {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.hiddenImage,
.showImage {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.hiddenImage img,
.showImage video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.showImage {
  clip-path: inset(0 0 0 90%); /* Start half video */
}
.reveal img{
    width:100%;
}
.reveal {
    width: 90px;
    height: 90px;
    /* background: white; */
    border-radius: 50%;
    /* border: 3px solid #ccc; */
    position: absolute;
    top: 50%;
    left: 90%;
    transform: translate(-50%, -50%);
    cursor: ew-resize;
    z-index: 10;
}
  
.theme-button.theme_for_banner{
    border-radius: 36px;
    color: #000 !important;
    background: #fff !important;
}
.reels-section {
    padding: 60px 0px;
    background: #000;
}

.reels-title {
    color: #fff;
    font-size: 3rem;
    margin-bottom: 25px;
     
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 40px;
}

.reels-slider .reel-item {
    padding: 5px;
}

.reel-card {
        width: 100%;
    height: 450px;
    background: #111;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: transform .3s ease, box-shadow .3s ease;
}

.reel-card:hover {
    transform: scale(1.04);
    box-shadow: 0 0 18px rgba(255, 255, 255, 0.15);
}

.reel-card video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Modal Popup */

.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.modal-content {
    position: relative;
    width: 380px;
    background: #000;
    border-radius: 12px;
    padding: 10px;
}

.modal-content video {
    width: 100%;
    border-radius: 10px;
}

.close-modal {
    position: absolute;
    right: 12px;
    top: -35px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}
.flo-rida-banner-cta{
    position: absolute;
    z-index: 99;
    width: 100%;
    bottom: 40px;
    left: 0px;
    text-align: center;
    display: flex;
    gap: 1rem;
    justify-content : center;
}
.flo-rida-banner-cta a{
       background: none;
    padding: 14px 41px;
    border-radius: 8px;
    color: #fff;
    border:#fff solid 2px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
}
.flo-rida-banner-cta a.flo-live{
    color:#000;
    background:#fff; 
    border-color: #fff;
}
.flo-rida-banner-cta a:hover{
   color:#000;
    background:#fff; 
    border-color: #fff;
}
.flo-rida-banner-cta a.flo-live:hover{
    background:#fff;
    color:#000;border-color: #fff;
}
.flo-rida-searchat{
   padding:80px 60px;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
    
 
.flo-rida-searchat .flo-rida-searchat-inner{
    width: 100%;

    padding: 40px;
    border-radius: 20px;
}
.flo-rida-searchat .flo-rida-searchat-heading{
    text-align: center;
margin-top: 40px; }

.flo-rida-searchat .flo-rida-searchat-heading h2{
    font-size: 4.5rem;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
      font-weight: 900;
}

.flo-rida-searchat .flo-rida-searchat-heading p{
    font-size: 16px;
    color: rgba(255, 255, 255, 0.70);
margin-top: 15px;
}

.flo-rida-searchat .flo-rida-searchat-heading img{
    width: 60px;
    margin: 0px 5px;
    margin-bottom: -6px;
  margin-right: 10px;
}

.flo-rida-searchat .flo-rida-searchat-form .flo-rida-searchat-form-inner{
    border-radius: 20px;
  
    width: 70%; 
    margin:40px auto;
        background: rgba(255, 255, 255, 0.098); 
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.18);
}
.flo-rida-searchat .flo-rida-searchat-form .flo-rida-searchat-form-inner form{
    width:100%;
    display:inline-block;
}
.flo-rida-searchat .flo-rida-searchat-form .flo-rida-searchat-form-inner textarea{
    background: none;
    border:0px;
    padding: 15px;
    width: 100%;
    resize: none;
    height: 170px;
    color: #fff;
}
.flo-rida-searchat .flo-rida-searchat-form .flo-rida-searchat-form-inner button{
    border-radius: 100%;
    background: #fff;
    width: 45px;
    height: 45px;
    float: right;
    margin-right: 15px;
margin-bottom: 10px;
}
.flo-rida-searchat .flo-rida-searchat-form .flo-rida-searchat-form-inner button svg{
    fill: #000;
}
.flo-rida-merch-banner{
    display: flex;
padding: 40px ;
}
.flo-rida-merch-banner .flo-rida-merch-box{
    width: 50%;
    padding: 10px;
    text-align: center;
  /*  background: #040404;*/
}
/*.flo-rida-merch-banner .flo-rida-merch-box.{
    background: #000;
}*/
.flo-rida-merch-banner .flo-rida-merch-box img{
    width: 100%;
}
.flo-rida-merch-banner .flo-rida-merch-box a{
    margin-top: 10px;
    border: #fff solid 1px;
    padding: 10px 20px;
    color: #fff;
    display: inline-block;
    border-radius: 6px;
    text-transform: uppercase;
}
.flo-rida-merch-banner .flo-rida-merch-box a:hover{
    background: #fff;
    color: #000;
}
.flo-rida-merch-banner .flo-rida-merch-box h3{
    
    color: #fff;
    font-size: 1.9rem;
}
.flo-rida-app-store{
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 40px;
}
.flo-rida-app-store img{
    width:130px;
}
.flo-rida-merch-section{
  padding: 60px 40px;
  display: inline-block;
  width: 100%;
}
.flo-rida-merch-section .flo-rida-merch-slider img{
    width: 100%;

} 
.flo-rida-merch-section .flo-rida-merch-slider {
    display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px; /* Space between boxes */
}

.flo-rida-merch-section .flo-rida-merch-heading{
 margin-bottom: 20px;
}
.flo-rida-merch-section .flo-rida-merch-heading h2{
    font-size: 2.5rem;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
 font-weight: 900;
}
.flo-rida-merch-section .flo-rida-merch-slide{
padding: 10px;
text-align: center;
border:#1a1a1a solid 1px;
border-radius:8px;
position: relative;
}

.flo-rida-merch-section .flo-rida-merch-slide .flo-rida-merch-slide-logo{
 position: absolute;
 left: 20px;
 top: 20px;
 width: 35px;
}

.flo-rida-merch-section .flo-rida-merch-slide .flo-rida-merch-img{
   
}
.flo-rida-merch-section .flo-rida-merch-slide .flo-rida-merch-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}
.flo-rida-merch-section .fmbs-title{
  font-size: 15px;
  line-height: 1.4;
  color: #fff;
 
}

.flo-rida-merch-banner-heading{
    padding: 40px 0px;
    text-align: center;
}
.flo-rida-merch-banner-heading h2{
    font-size: 4rem;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
   font-weight: 900;
}
.flo-rida-merch-box-img{
    height: 590px;
}
.flo-rida-merch-box-img video{
 width: 100%;
 height: 100%;
 object-fit: cover;
border-radius: 10px;
}

.custom-arrow {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #444;
    background: rgba(255,255,255,0.05);
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s ease;
    position: absolute;
    top: -60px; /* adjust to sit near Heading */
    z-index: 10;
}

.custom-arrow svg path {
    stroke: #fff;
    transition: .3s ease;
}

.custom-arrow:hover {
    border-color: #fff;
    background: rgba(255,255,255,0.15);
}

.custom-arrow:hover svg path {
    stroke: #fff;
}

/* Left Arrow Position */
.prev-arrow {
    right: 70px;  /* adjust depending on heading width */
}

/* Right Arrow Position */
.next-arrow {
    right: 20px;
}
.html-embed ,.html-embed-2{
    border: 5px solid #fff;
    border-radius: 16px;
    width: 50%;
}
.w-layout-grid{
    margin: 30px auto;
    width: 80%;
    display: flex;
    gap: 1rem;
}
.flo-rida-stream{
    padding: 60px 0px;
}
.flo-rida-music {
    padding: 30px 0;
    width: 70%;
    margin: 0 auto;
}
.flo-rida-music .flo-rida-music-box{
    padding:0px 10px;
}
.flo-rida-music .flo-rida-music-box-img img{
    width: 100%;
    border-radius: 20px;

}
.flo-rida-music .flo-rida-music-box-content{
    padding: 10px 0px;
}
.flo-rida-music .flo-rida-music-box-content h4{
    color: rgba(255, 255, 255, 0.70);
    font-size: 16px;
    line-height: 1.3;
}

.flo-rida-music .flo-rida-music-box-content a{
    color: rgba(255, 255, 255, 0.70);
    font-size: 13px;
    line-height: 1.3;
    margin-top: 10px;
    text-decoration: underline;
}

.flo-rida-music .flo-rida-music-box-content h3{
    color: #fff;
      
    font-size: 18px;
    line-height: 1.3;
}

.flo-rida-propmts{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 15px;
}


.flo-rida-search-promt-box {
  display: flex;
  align-items: center;
    background: #191919;
    border: 1px solid #424242;
  border-radius: 5px;
  padding: 6px;
  gap: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  transition: 0.5s ease;
}
.flo-rida-search-promt-box a{ 
    color:#fff;
    font-size:13px;
}
.flo-rida-search-promt-box>img {
  height: 15px;
}

.flo-rida-search-promt-box:hover {
  background: #fff;
  border-color: #fff;
  color: #000;
}
.flo-rida-search-promt-box:hover a{
  
  color: #000;
}

.florida-footer{
        background:#121212;
        padding: 60px 0px;
        padding-bottom: 0px;
        position: relative;
        overflow: hidden;
       -webkit-border-top-left-radius: 30px;
-webkit-border-top-right-radius: 30px;
-moz-border-radius-topleft: 30px;
-moz-border-radius-topright: 30px;
border-top-left-radius: 30px;
border-top-right-radius: 30px;
    }
   .florida-footer .florida-footer-copyright{
    padding: 20px;
    color: rgba(255, 255, 255, .60);
    font-size: 12px;
    text-transform: uppercase;
    }
    .florida-footer .footer-get-btn{
       background: #fff;
       color: #000;
       border-radius: 8px;
       padding: 10px 20px;
       text-transform: uppercase; 
    }
    .florida-footer .florida-footer-inner{
        display: flex;
        padding: 20px;
        padding-bottom: 60px;
    }
     .florida-footer .florida-footer-inner .florida-footer-col{
        width: 20%;
    }
     .florida-footer .florida-footer-inner .florida-footer-col ul li{
        padding-bottom: 15px;
    }
    .florida-footer .florida-footer-inner .florida-footer-col ul li a{
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
    }
    .florida-footer .florida-footer-logo img{
        width: 100%;
    }
   .florida-footer .florida-footer-logo{
 line-height: 1;
    text-transform : uppercase;
   font-weight: 900;
    font-size: 21vw;
    letter-spacing: 1rem;
    text-align: center;
    height: 175px;
    color: #fff;
    }

@media (max-width: 650px) {
    .html-embed ,.html-embed-2{
    border: 2px solid #fff;
    border-radius: 16px;
    width: 100%;
}
.w-layout-grid{
    margin: 20px auto;
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.flo-rida-stream{
    padding: 30px 0px;
}
.flo-rida-music {
    padding: 20px 0;
    width: 90%;
    margin: 0 auto;
}


    .flo-rida-merch-banner-heading h2 {
  font-size: 2rem;
}
.flo-rida-merch-banner { 
   display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
padding: 20px 10px;
}
.flo-rida-merch-banner .flo-rida-merch-box {
  width: 100%;
  padding:  0px;
}
.flo-rida-merch-box-img {
  height: 320px;
}
.flo-rida-merch-section .flo-rida-merch-slider {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.flo-rida-merch-section {
  padding: 30px 20px;
  display: inline-block;
  width: 100%;
}
.flo-rida-merch-box-img video{
  border-radius: 6px;
}
    .flo-rida-app-store img{
        width: 90px;
    }
    .header {
   padding: 5px 10px;
}
.hiddenImage img, .showImage video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 46%;
}
.showImage {
  clip-path: inset(0 0 0 100%);
}
.reveal {
  width: 60px;
  height: 60px;
  left: 90.5%;
 
}
.reel-card {
   height: 390px;
}
.reels-title {
  font-size: 2rem;

  margin-left: 0px;
  text-align: center;
}
.flo-rida-searchat .flo-rida-searchat-inner {
  padding: 20px;
  border-radius: 20px;
}
.flo-rida-searchat {
  padding: 20px 0px;
}
.reels-section {
  padding: 20px 0px;


}
.flo-rida-searchat .flo-rida-searchat-form .flo-rida-searchat-form-inner {

  width: 90%;
  margin: 20px auto;
}
.flo-rida-searchat .flo-rida-searchat-form .flo-rida-searchat-form-inner textarea {

  height: 120px;
}
.flo-rida-searchat .flo-rida-searchat-heading h2 {
  font-size: 2rem;
}
.flo-rida-searchat .flo-rida-searchat-heading p {
  font-size: 14px;
  margin-top: 15px;
}
.flo-rida-searchat .flo-rida-searchat-heading img {
  width: 35px;
}
.flo-rida-searchat .flo-rida-searchat-form .flo-rida-searchat-form-inner button {

  width: 35px;
  height: 35px;
  margin-right: 10px;
}
.flo-rida-merch-banner .flo-rida-merch-box h3 {
   font-size: 1.1rem;
}
.flo-rida-merch-section .fmbs-title {
  font-size: 13px;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 10px;
}
.flo-rida-merch-section .flo-rida-merch-heading h2 {
  font-size: 1.9rem; 
  text-align: center;
}
    .custom-arrow {
        position: static !important;   /* remove absolute */
        margin: 10px 6px 0 6px;
        top: auto;
    }

    .flo-rida-merch-slider {
        padding-bottom: 50px; /* space for arrows */
    }

    /* Wrap arrows under slider */
    .slick-slider {
        position: relative;
    }

    .slick-arrow {
        display: inline-flex !important;
    }

    /* Center both arrows */
    .prev-arrow,
    .next-arrow {
        display: inline-flex !important;
    }

    /* Arrows container under slider */
    .slick-arrow-container {
        text-align: center;
        margin-top: 15px;
    }
    .flo-rida-merch-banner .flo-rida-merch-box a {
   padding: 6px 15px;
   border-radius: 6px;
   font-size: 11px;
   display: none;
}
.flo-rida-merch-section .flo-rida-merch-slide .flo-rida-merch-slide-logo {
  position: absolute;
  left: 10px;
  bottom: inherit;
  width: 35px;
  top: 10px;
}
.flo-rida-merch-banner .flo-rida-merch-box:nth-last-child(-n+2) a {
    display: inline-block;
  }
.flo-rida-banner-cta a { 
  padding: 12px 35px;  
  font-size: 14px; 
}

.florida-footer .florida-footer-inner {
    text-align: center;flex-direction: column;
}
.florida-footer .florida-footer-inner .florida-footer-col {
  width: 100%;
  padding: 20px;
}
.florida-footer .florida-footer-copyright{
    text-align: center;
}
.florida-footer .florida-footer-logo {
  
  font-size: 17vw;
  letter-spacing: 0.5rem;
  text-align: center;
  height: 42px;
  color: #fff;
}

.flo-rida-searchat{
    overflow: hidden;
}
.flo-rida-search-promt-box a {
  color: #fff;
  font-size: 10px;
}
/*.flo-rida-search-promt-box {
text-wrap: nowrap;
    text-wrap-mode: nowrap;
    white-space: nowrap;
 
}
.flo-rida-propmts {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 10px;   justify-content: flex-start;
    gap: 1rem;
  }*/
}



/* home css */


.fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-up.active {
  opacity: 1;
  transform: translateY(0);
}

/* Optional delays */
.delay-1 { transition-delay: 0.15s; }
.delay-2 { transition-delay: 0.3s; }
.delay-3 { transition-delay: 0.5s; }

.flo-rida-banner-searchat .flo-rida-banner-searchat-form{
    margin: 0 auto;
    width: 90%;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    padding: 10px;
    position: relative;
    max-width: 500px;
    backdrop-filter: blur(18px);
    border: #fff solid  1px;
margin-top: 20px;
}
.flo-rida-banner-searchat .flo-rida-banner-searchat-form button{
    background: #fff;
    border-radius: 100%;
    width: 33px;
    height: 33px;
    position: absolute;
    right: 15px;
    bottom: 15px;
transition: 0.2s ease;
}
.flo-rida-banner-searchat .flo-rida-banner-searchat-form button:hover {
  transform:  scale(1.09);
}

.flo-rida-banner-searchat .flo-rida-banner-searchat-form textarea{
    height:120px;
    background:none;
    border:0px;
    width: 100%;
    display: inline-block;
    resize: none;
    color: #fff;
}
 .flo-rida-banner-content{
    position: absolute;
    bottom: 25%;
    width: 100%;
    left: 0px;
    text-align: center;
    color: #fff;
    font-size: 16px;
 }
 .flo-rida-banner-content p{
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 1.5px;
 }
 .flo-rida-banner-content h2 {
    font-size: 6rem;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
   font-family: "Inter", sans-serif;

    font-weight: 900; 
}
.flo-rida-banner-content h3 {
    font-size: 6rem;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Inter", sans-serif;
font-weight: bold;
}
 
.tour-section  h2 {
    font-size: 3rem;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
   font-family: "Inter", sans-serif;
font-weight: 900;
}
/* TOUR LIST */
.tour-section {
    max-width: 900px;
    margin: auto;
    padding: 80px 20px;
}

.tour-row {
    display: grid;
    grid-template-columns: 140px 1fr 200px;
    align-items: center;
    padding: 25px 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
}

.tour-date {
    font-weight: 400;
    color: #fff;
    text-align: center;
    background: #1c1c1c;
    padding: 14px;
    width: 100px;
    border-radius: 8px;
}
.tour-date span{
    font-weight: 700;
    display: block;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.tour-city {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #fff;
}

.tour-venue {
    font-size: 14px;
    color: #aaa;
}
.tour-btn{
justify-content: flex-end;
  display: flex;
}
.tour-btn a {
    padding: 12px 26px;
    border-radius: 10px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    transition: .3s;
}

.tour-btn a:hover {
    background: #fff;
    color: #000;
}
.lyve-powerd-link{
    text-align: center;
    font-size:16px;
    color: rgba(255, 255, 255, 0.70);
}
.lyve-powerd-link a{
    text-decoration: underline;
    color: #00DD4B;
    text-transform: uppercase;    font-weight: 700;
    letter-spacing: 1px;
}
  
.flo-rida-sites-search-prompt{
    position: absolute;
    top: 15px;
    left: 15px;
    text-align: left;
    color: #fff;
}
.flo-rida-sites-search-prompt a{ 
    color: #fff;
}
.flo-rida-banner-logo{
    display:none;
}
 .flo-rida-banner-logo img{

width: 140px;
}
@media (max-width:650px){
 .flo-rida-banner-logo{
    display:block;
    margin: 10px 0px ;
}
.flo-rida-sites-search-prompt{
    font-size: 13px;
}
} 
@media (max-width: 1366px) {
  .logo > img {
    height: 51px;
  }
}

@media (min-width: 1440px) {
    .flo-rida-banner-searchat .flo-rida-banner-searchat-form {
   max-width: 650px;
}
.flo-rida-banner-content p {
  font-size: 22px;
}
.flo-rida-banner-searchat .flo-rida-banner-searchat-form textarea {
  height: 150px;
}
.flo-rida-banner-content h2 {
  font-size: 7.5rem;
}
.flo-rida-banner-content h3 {
  font-size: 6.8rem;
}
}

@media(max-width:768px) {
 .hero-content h1 { font-size: 42px; }
    .tour-section {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        padding: 40px 15px;
    }

    .tour-row {
        display: block;
        background: #111;
        border-radius: 12px;
        padding: 15px;
        border: 1px solid rgba(255,255,255,.08);
        position: relative;
    }

    .tour-date {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        font-size: 13px;
    }

    .tour-date span {
        font-size: 16px;
    }

    .tour-city {
        font-size: 16px;
        text-align: center;
    }

    .tour-venue {
        font-size: 12px;
        text-align: center;
        margin-bottom: 12px;
    }

    .tour-btn {
        position: static;
        text-align: center;
        margin-top: 10px;
    }

    .tour-btn a {
        width: 100%;
        display: inline-block;
        font-size: 12px;
        padding: 10px 0;border-color: #ffffffa3;
        border-radius: 6px;
    }
    
    .flo-rida-banner-content h2 {
  font-size: 4rem;
 }
  
.flo-rida-banner-content h3 {
    font-size: 3rem; display: none;
}
 .flo-rida-banner-content {
   bottom: 29%;
}
.flo-rida-banner-logo img{
width: 170px;
}
.flo-rida-banner-cta{
    bottom: 110px;
}

}



/* event cards home */


/* GRID */
.events-grid {
  max-width:1600px;
  margin:60px auto;
  padding:0 24px;
  display:grid;
  grid-template-columns:repeat(5, 1fr);
  gap:22px;
  width: 85%;
}

/* CARD */
.event-card {
  position:relative;
  height:240px;
  border-radius:20px;
  overflow:hidden;
  cursor:pointer;
  transition:transform .35s ease;
}

.event-card:hover {
  transform:scale(1.04);
}

/* IMAGE */
.event-bg {
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  transition:transform .5s ease;
}

.event-card:hover .event-bg {
  transform:scale(1.1);
}

/* OVERLAY */
.event-overlay {
  position:absolute;
  inset:0;
  background:linear-gradient(
    to top,
    rgba(0,0,0,.9) 15%,
    rgba(0,0,0,.35) 55%,
    rgba(0,0,0,.15) 100%
  );
  opacity:.5;
  transition:opacity .35s ease;
}

.event-card:hover .event-overlay {
  opacity:1;
}

/* CONTENT */
.event-content {
  position:absolute;
  inset:0;
  padding:20px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  z-index:2;
}

.event-top {
  font-size:13px;
  display:flex;
  gap:10px;
  align-items:center;
  margin-bottom:6px;
  color: #fff;
}

.badge {
  background:#22c55e;
  color:#fff;
  padding:4px 10px;
  border-radius:999px;
  font-size:11px;
  font-weight:600;
  display: none;
}

.event-content h3 {
  font-size:28px;
  font-weight:800;
  margin:10px 0px 15px 0px;
  color: #fff;
}

.event-content p {
  font-size:14px;
  opacity:.85;
  margin-bottom:14px;
    color: #fff;
}

.btn {
  align-self:flex-start;
  background:#fff;
  color:#000;
  font-weight:700;
  padding:10px 22px;
  border-radius:10px;
  text-decoration:none;
  transition:transform .25s ease;
  width: 100%;
  text-align: center;
}

.btn:hover {
   background:#fff;
  color:#000;
}

/* RESPONSIVE */
@media (max-width:1400px) {
  .events-grid { grid-template-columns:repeat(4,1fr); }
}
@media (max-width:1100px) {
  .events-grid { grid-template-columns:repeat(3,1fr); }
}
@media (max-width:768px) {
  .events-grid { grid-template-columns:repeat(2,1fr); }
}
@media (max-width:480px) {
  .events-grid { grid-template-columns:1fr; }

  .filter-bar {
 
  width: 90%;
  flex-direction: column;
}
}