@charset "UTF-8";

/*
Theme Name: Exeter Elite-Entertainment
Theme URI: https://wordpress.org/themes/exetereliteentertainment/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Exeter Elite-Entertainment is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Exeter Elite-Entertainment elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: exetereliteentertainment
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Exeter Elite-Entertainment WordPress Theme, (C) 2020 WordPress.org
Exeter Elite-Entertainment is distributed under the terms of the GNU GPL.
*/
body{
	background-color:#000 !important;
	background-size: cover !important;
    background-attachment: fixed !important;
}

/* weddings-pg */
/* pricing */
.package-card {
    display: flex;
    flex-direction: column;
}
.package-card .price-list  {
	flex:1;
}
h2.pack-price{
	background: linear-gradient(94deg, #00AEEF 7.9%, #5B3DF5 98.19%)!important;
	background-clip: text!important;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.blue-tick{
	margin:0!important;
	padding-bottom:!important;
}
.blue-tick li{
	list-style:none!important;
	display: flex;
	gap: 8px;
}
.package-card .blue-tick{
	display:flex;
	flex-direction:column;
	gap:11px;
}
.blue-tick li:before {
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url("https://dev.simplydigital.website/exeter-elite-entertainment/wp-content/uploads/2026/04/blue-tick-icon.svg") no-repeat center;
	background-size: contain;
	flex-shrink: 0;
}
.package-card .btn{
	width:100%;
	padding: 13px 24px !important;
}
.top-no-space{
	margin-top:0!important;
}
.zoom-img .et_pb_image_wrap {
    overflow: hidden;
}
.zoom-img img {
    transition: transform 0.8s ease!important;
}
.zoom-img:hover img {
    transform: scale(1.1);
}
.package-strip {
    font-family: "Poppins", sans-serif;
    background: linear-gradient(90deg, rgba(0, 174, 239, 1) 0%, rgba(91, 61, 245, 1) 100%) !important;
    background-size: 110% auto !important;
    color: #fff !important;
    font-size: 16px;
    line-height: 22px !important;
    border: none !important;
    border-radius: 5px !important;
    padding: 16px 40px !important;
    display: block !important;
    text-decoration: none !important;
    text-align: center !important;
}
@media (max-width: 600px){
	h2 {
		font-size: 34px;
		line-height: 38px !important;
	}
	.testimonial-carousel .owl-nav {
		margin-top: 20px !important;
	}
	.package-strip {
		font-size: 14px;
		line-height: 20px !important;
		padding: 10px 15px !important;
	}
}