/**
Theme Name: Firefly Cinemas
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: firefly-cinemas
Template: astra
*/

.vt-events-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
    gap:30px;
}

.vt-event-card{
    border-radius:28px;
    overflow:hidden;
    background:#111827;
    position:relative;
    transition:.4s;
}

.vt-event-card:hover{
    transform:translateY(-12px);
}

.vt-event-card a{
    text-decoration:none;
    color:#fff;
}

.vt-image-wrap{
    position:relative;
    overflow:hidden;
    height:420px;
}

.vt-image-wrap img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.7s;
}

.vt-event-card:hover img{
    transform:scale(1.12);
}

.vt-gradient{
    position:absolute;
    inset:0;
    background:linear-gradient(
        180deg,
        rgba(0,0,0,0) 0%,
        rgba(0,0,0,.8) 100%
    );
}

.vt-date-badge{
    position:absolute;
    top:20px;
    left:20px;
    backdrop-filter:blur(10px);
    background:rgba(255,255,255,.15);
    color:#fff;
    padding:10px 16px;
    border-radius:50px;
    font-weight:600;
}

.vt-featured{
    position:absolute;
    top:20px;
    right:20px;
    background:#7c3aed;
    color:#fff;
    padding:10px 16px;
    border-radius:50px;
    font-size:13px;
}

.vt-content{
    padding:24px;
}

.vt-content h3{
    color:#fff;
    margin:0 0 10px;
    font-size:28px;
    line-height:1.2;
}

.vt-subtitle{
    color:#cbd5e1;
    margin-bottom:20px;
}

.vt-meta{
    display:flex;
    flex-direction:column;
    gap:8px;
    color:#94a3b8;
    margin-bottom:20px;
}

.vt-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    font-weight:600;
    color:#ff5f5f;
}

.vt-event-card:hover{
    box-shadow:
        0 20px 50px rgb(255 95 95 / 35%);
}


/*=========================================
HEADER
=========================================*/

.ff-events-header{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    margin-bottom:60px;
}

.ff-small-title{
    display:inline-block;
    color:#E9B949;
    text-transform:uppercase;
    letter-spacing:3px;
    font-size:13px;
    font-weight:700;
    margin-bottom:18px;
}

.ff-events-header h2{
    margin:0;
    color:#fff;
    font-size:62px;
    line-height:1.05;
    font-weight:700;
    max-width:650px;
}

.ff-events-right{
    display:flex;
    align-items:center;
    gap:40px;
}

.ff-view-all{
    color:#fff;
    text-decoration:none;
    font-size:17px;
    transition:.3s;
}

.ff-view-all:hover{
    color:#E9B949;
}

/*=========================================
NAVIGATION
=========================================*/

.ff-nav{
    display:flex;
    gap:15px;
}

.ff-prev,
.ff-next{

    width:58px;
    height:58px;

    border-radius:50%;

    border:1px solid rgba(255,255,255,.2);

    display:flex;

    justify-content:center;

    align-items:center;

    color:#fff;

    cursor:pointer;

    transition:.35s;

}

.ff-prev:hover,
.ff-next:hover{

    background:#E9B949;

    color:#000;

    border-color:#E9B949;

}

/*=========================================
SWIPER
=========================================*/

.ff-events-slider{
    overflow:visible;
}

.ff-events-slider .swiper-slide{
    height:auto;
}

/*=========================================
CARD
=========================================*/

.ff-card{

    border-radius:28px;

    overflow:hidden;

    position:relative;

    background:#111;

}

.ff-card a{

    display:block;

    color:#fff;

    text-decoration:none;

}

.ff-image{

    position:relative;

    height:560px;

    overflow:hidden;

}

.ff-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:transform .8s ease;

}

.ff-card:hover img{

    transform:scale(1.08);

}

/*=========================================
OVERLAY
=========================================*/

.ff-overlay{

    position:absolute;

    inset:0;

    background:

    linear-gradient(

    to top,

    rgba(0,0,0,.95) 10%,

    rgba(0,0,0,.70) 35%,

    rgba(0,0,0,.15) 60%,

    transparent 100%

    );

}

/*=========================================
FEATURED BADGE
=========================================*/

.ff-badge{

    position:absolute;

    top:22px;

    left:22px;

    background:#E9B949;

    color:#111;

    font-weight:700;

    border-radius:30px;

    padding:9px 18px;

    font-size:13px;

    z-index:5;

}

/*=========================================
CONTENT
=========================================*/

.ff-content{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    padding:20px 15px;
    z-index:3;
}

.ff-content h3{
    color:#fff;
    font-size:24px;
    margin:0 0 4px;
    line-height:1.2;
}

.ff-date{
    color:#E9B949;
    font-size:14px;
    font-weight:600;
    margin-bottom:8px;
}

.ff-meta{
    color:rgba(255,255,255,.82);
    font-size:15px;
    display:flex;
    flex-direction:column;
    gap:8px;
    margin-bottom:28px;
}

/*=========================================
BOTTOM
=========================================*/

.ff-bottom{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    margin-bottom:18px;
}

.ff-price{
    color:#fff;
    font-size:14px;
    font-weight:700;
}

.ff-book{
    width:100%;
    text-align:center;
    background:#E9B949;
    color:#111;
    font-weight:700;
    border-radius:999px;
    padding:8px 15px;
    transition:.35s;
}

.ff-card:hover .ff-book{
    background:#fff;
}

/*=========================================
RESPONSIVE
=========================================*/

@media(max-width:1400px){
	.ff-events-header h2{
		font-size:52px;
	}
}

@media(max-width:1200px){
	.ff-events-header{
		flex-direction:column;
		align-items:flex-start;
		gap:25px;
	}

	.ff-events-right{
		width:100%;
		justify-content:space-between;
	}
}

@media(max-width:991px){
	.ff-events-header h2{
		font-size:42px;
	}
	.ff-image{
		height:500px;
	}
}

@media(max-width:767px){
	.ff-events-header h2{
		font-size:34px;
	}

	.ff-events-right{
		flex-direction:column;
		align-items:flex-start;
		gap:20px;
	}

	.ff-image{
		height:440px;
	}

	.ff-content{
		padding:22px;
	}

	.ff-content h3{
		font-size:28px;
	}
}

.ff-events-slider{
    padding-bottom:10px;
}

.ff-events-slider .swiper-wrapper{
    align-items:stretch;
}

.ff-events-slider .swiper-slide{
    display:flex;
    height:auto;
}

.ff-card{
    width:100%;
    display:flex;
    flex-direction:column;
}

.ff-prev svg,
.ff-next svg{
    width:18px;
    height:18px;
}

.ff-events-section .swiper{
    overflow:visible;
}

.ff-events-section .swiper-slide-visible{
    opacity:1;
}

.ff-events-section .swiper-slide{
    transition:transform .4s ease;
}

.ff-card{
    transition:transform .35s ease;
}

.ff-card:hover{
    transform:translateY(-8px);
}